Show
Ignore:
Timestamp:
01/29/08 18:57:14 (2 years ago)
Author:
guilhermeblanco
Message:

Merged changeset #3592 into 0.9 and 0.10 branches

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/lib/Doctrine/Template/Listener/Timestampable.php

    r3253 r3676  
    6464        } 
    6565 
    66         if(!$this->_options['updated']['disabled']) { 
     66        if(!$this->_options['updated']['disabled'] && $this->_options['updated']['onInsert']) { 
    6767            $updatedName = $this->_options['updated']['name']; 
    6868            $event->getInvoker()->$updatedName = $this->getTimestamp('updated');