Fixed fatal E_STRICT error on Windows

This commit is contained in:
Timothy Warren 2012-03-01 20:50:31 -05:00
parent 9e8f690214
commit 32c4b78de8
1 changed files with 1 additions and 1 deletions

View File

@ -249,6 +249,6 @@ abstract class DB_SQL {
* @param int $offset
* @return string
*/
abstract public function limit($sql, $limit, $offset);
abstract public function limit($sql, $limit, $offset=FALSE);
}
// End of db_pdo.php