Changeset 3120
- Timestamp:
- 07/16/2008 08:33:35 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Database.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Database.php
r3118 r3120 708 708 $this->limit = (int) $limit; 709 709 710 if ($offset !== NULL )710 if ($offset !== NULL OR ! is_int($this->offset)) 711 711 { 712 712 $this->offset($offset);
