Changeset 324 for trunk/trax/vendor
- Timestamp:
- 07/28/09 03:36:06 (3 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/trax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/trax.php
r323 r324 165 165 } 166 166 167 function include_path_exists($path) {168 return in_array($path, self::$include_paths) ? true : false;169 }170 171 167 function load_active_record_connections_config() { 172 168 # Make sure database settings are cleared out
