Changeset 4995
- Timestamp:
- 09/26/08 20:26:59 (9 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Record.php
r4957 r4995 918 918 $this->_state = Doctrine_Record::STATE_CLEAN; 919 919 } 920 $this->cleanData($this->_data);921 920 return true; 922 921 }