Changeset 3539

Show
Ignore:
Timestamp:
01/17/08 15:01:07 (18 months ago)
Author:
guilhermeblanco
Message:

Fixed wrong call to _setExecuted in Pager

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Pager.php

    r3538 r3539  
    110110        $this->_setNumResults($count); 
    111111 
     112        $this->_setExecuted(true); 
     113 
    112114        $this->_adjustOffset(); 
    113  
    114         $this->_setExecuted(true); 
    115115    } 
    116116 
  • branches/0.9/lib/Doctrine/Pager.php

    r3538 r3539  
    110110        $this->_setNumResults($count); 
    111111 
     112        $this->_setExecuted(true); 
     113 
    112114        $this->_adjustOffset(); 
    113  
    114         $this->_setExecuted(true); 
    115115    } 
    116116 
  • trunk/lib/Doctrine/Pager.php

    r3538 r3539  
    110110        $this->_setNumResults($count); 
    111111 
     112        $this->_setExecuted(true); 
     113 
    112114        $this->_adjustOffset(); 
    113  
    114         $this->_setExecuted(true); 
    115115    } 
    116116