Changeset 2280
- Timestamp:
- 03/11/2008 12:59:39 AM (9 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/ORM.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/ORM.php
r2269 r2280 684 684 * SELECT statements are cleared and the changed keys are reset. 685 685 * 686 * @chainable 686 687 * @return void 687 688 */ … … 704 705 $this->select = FALSE; 705 706 $this->where = FALSE; 707 708 return $this; 706 709 } 707 710
