Fixed fatal E_STRICT error on Windows
This commit is contained in:
parent
9e8f690214
commit
32c4b78de8
@ -249,6 +249,6 @@ abstract class DB_SQL {
|
|||||||
* @param int $offset
|
* @param int $offset
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
abstract public function limit($sql, $limit, $offset);
|
abstract public function limit($sql, $limit, $offset=FALSE);
|
||||||
}
|
}
|
||||||
// End of db_pdo.php
|
// End of db_pdo.php
|
Reference in New Issue
Block a user