Changeset 6131
- Timestamp:
- 11/21/07 11:08:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfPropelAlternativeSchemaPlugin/README
r5644 r6131 420 420 === Trunk === 421 421 422 * lking: Fixed problem on alternative schema detection on Windows systems 423 422 424 === 2007-10-18 | 1.0.0 Stable === 423 425 plugins/sfPropelAlternativeSchemaPlugin/lib/sfPropelDatabaseSchema.class.php
r5751 r6131 74 74 { 75 75 // New schema syntax, we should look for custom schemas 76 $custom_schema_filename = str_replace(array(getcwd(). '/', 'plugins/', 'config/', '/', 'schema.yml'), array('', '', '', '_', 'schema.custom.yml'), $file);76 $custom_schema_filename = str_replace(array(getcwd().DIRECTORY_SEPARATOR, 'plugins'.DIRECTORY_SEPARATOR, 'config'.DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR, 'schema.yml'), array('', '', '', '_', 'schema.custom.yml'), $file); 77 77 $dirs = array('config'); 78 78 if ($pluginDirs = glob(sfConfig::get('sf_root_dir').'/plugins/*/config'))