Changeset 3539
- Timestamp:
- 01/17/08 15:01:07 (18 months ago)
- Files:
-
- 3 modified
-
branches/0.10/lib/Doctrine/Pager.php (modified) (1 diff)
-
branches/0.9/lib/Doctrine/Pager.php (modified) (1 diff)
-
trunk/lib/Doctrine/Pager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Pager.php
r3538 r3539 110 110 $this->_setNumResults($count); 111 111 112 $this->_setExecuted(true); 113 112 114 $this->_adjustOffset(); 113 114 $this->_setExecuted(true);115 115 } 116 116 -
branches/0.9/lib/Doctrine/Pager.php
r3538 r3539 110 110 $this->_setNumResults($count); 111 111 112 $this->_setExecuted(true); 113 112 114 $this->_adjustOffset(); 113 114 $this->_setExecuted(true);115 115 } 116 116 -
trunk/lib/Doctrine/Pager.php
r3538 r3539 110 110 $this->_setNumResults($count); 111 111 112 $this->_setExecuted(true); 113 112 114 $this->_adjustOffset(); 113 114 $this->_setExecuted(true);115 115 } 116 116