Changeset 4991
- Timestamp:
- 09/26/08 20:02:12 (9 months ago)
- Files:
-
- 1 modified
-
branches/1.0/lib/Doctrine/Record/Generator.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/lib/Doctrine/Record/Generator.php
r4851 r4991 159 159 160 160 // check that class doesn't exist (otherwise we cannot create it) 161 if ($this->_options['generateFiles'] === false && class_exists($this->_options['className'] )) {161 if ($this->_options['generateFiles'] === false && class_exists($this->_options['className'], false)) { 162 162 return false; 163 163 }