Changeset 4995

Show
Ignore:
Timestamp:
09/26/08 20:26:59 (9 months ago)
Author:
jwage
Message:

[1.0] fixes #1395 Fixes regression with calculated columns in preHydrate()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Record.php

    r4957 r4995  
    918918                $this->_state = Doctrine_Record::STATE_CLEAN; 
    919919            } 
    920             $this->cleanData($this->_data); 
    921920            return true; 
    922921        }