Changeset 7760
- Timestamp:
- 03/07/08 12:29:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/task/sfPropelBuildSchemaTask.class.php
r7502 r7760 62 62 { 63 63 $schema = file_get_contents($xmlSchemaPath); 64 $schema = preg_replace('/<database\s+name="[^"]+"/s', '<database name="propel" ', $schema);64 $schema = preg_replace('/<database\s+name="[^"]+"/s', '<database name="propel" package="lib.model"', $schema); 65 65 file_put_contents($xmlSchemaPath, $schema); 66 66 }

