Changeset 2434 for branches/schema06/index.php
- Timestamp:
- 09/03/08 03:50:25 (4 months ago)
- Files:
-
- 1 modified
-
branches/schema06/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/schema06/index.php
r2211 r2434 125 125 // Set the default locale. 126 126 Locale::set( isset($locale) ? $locale : 'en-us' ); 127 128 Locale::set_timezone( isset($timezone) ? $timezone : 'UTC' ); 127 129 128 130 if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false ); … … 154 156 { 155 157 Locale::set( 'en-us' ); 158 Locale::set_timezone( 'UTC' ); 159 156 160 if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false ); 157 161 // The configuration file does not exist.
