Changeset 94 for trunk/trax/vendor/trax/active_record.php
- Timestamp:
- 12/14/05 01:13:25 (6 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
r92 r94 963 963 } 964 964 # Set optional Pear parameters 965 if(isset($connection_settings['persistent'])) { echo $connection_options['persistent'];965 if(isset($connection_settings['persistent'])) { 966 966 $connection_options['persistent'] = $connection_settings['persistent']; 967 } echo $connection_options['persistent'];967 } 968 968 $GLOBALS['ACTIVE_RECORD_DB'] =& DB::Connect($connection_settings, $connection_options); 969 969 }
