Index: trunk/phase3/includes/db/DatabaseSqlite.php |
— | — | @@ -32,10 +32,9 @@ |
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | | - * todo: check if these should be true like parent class |
| 36 | + * @todo: check if it should be true like parent class |
37 | 37 | */ |
38 | 38 | function implicitGroupby() { return false; } |
39 | | - function implicitOrderby() { return false; } |
40 | 39 | |
41 | 40 | static function newFromParams( $server, $user, $password, $dbName, $failFunction = false, $flags = 0 ) { |
42 | 41 | return new DatabaseSqlite( $server, $user, $password, $dbName, $failFunction, $flags ); |