- Timestamp:
- 01/29/08 18:57:14 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/lib/Doctrine/Template/Listener/Timestampable.php
r3253 r3676 64 64 } 65 65 66 if(!$this->_options['updated']['disabled'] ) {66 if(!$this->_options['updated']['disabled'] && $this->_options['updated']['onInsert']) { 67 67 $updatedName = $this->_options['updated']['name']; 68 68 $event->getInvoker()->$updatedName = $this->getTimestamp('updated');