- Timestamp:
- 01/21/07 22:37:48 (5 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/active_record.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/active_record.php
r273 r274 2536 2536 # Set the schema search path to a string of comma-separated schema names. 2537 2537 # First strip out all the whitespace 2538 self::$connection->query('SET search_path TO '.preg_replace('/\s+/', '', $connection_settings['schema_search_path']));2538 $connection->query('SET search_path TO '.preg_replace('/\s+/', '', $connection_settings['schema_search_path'])); 2539 2539 } 2540 2540 }
