Changeset 2414

Show
Ignore:
Timestamp:
04/03/2008 05:21:15 PM (8 months ago)
Author:
PugFish
Message:

Merging r2413 into releases/2.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/system/i18n/en_US/database.php

    r1772 r2414  
    1111        'must_use_where'        => 'You must set a WHERE clause for your query.', 
    1212        'must_use_table'        => 'You must set a database table for your query.', 
    13         'not_implemented'       => 'The method you called, %s, is not supported by this driver.' 
     13        'not_implemented'       => 'The method you called, %s, is not supported by this driver.', 
     14        'result_read_only'      => 'Query results are read only.' 
    1415);