Quick Search:

Context

Displaying 3 lines either side each change. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

882
 
883
 
883
 
command.php
_>2020 ?>
 2121 <?php
 2222 class Command extends AppModel {
<>23 -
 24 -    var $pathToProject = array(
 25 -        'Command'=>'Test',
 26 -        'Test'=>'Suite',
 27 -        'Suite'=>'Project',
 28 -    );
2923     
 3024     function afterSave($created){
 3125 
 3226         clearCache(array('testlabs','projects_testlabsview/','requirements_testlabview'));
<>33 -        Debugger::log(print_r($this->data, true));
<_3427         $command = $this->find('first',array(
 3528             'conditions' => array(
 3629                  'Command.id' => $this->getLastInsertID()