Show
Ignore:
Timestamp:
09/03/08 03:50:25 (4 months ago)
Author:
bjohnson
Message:

schema06: Set the default timezone in index.php. Also, commenting out an ACL check in adminhandler until we have rewritten the ACL class to work with the new schema.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/schema06/index.php

    r2211 r2434  
    125125    // Set the default locale. 
    126126    Locale::set( isset($locale) ? $locale : 'en-us' ); 
     127 
     128    Locale::set_timezone( isset($timezone) ? $timezone : 'UTC' ); 
    127129     
    128130    if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false ); 
     
    154156{ 
    155157    Locale::set( 'en-us' ); 
     158    Locale::set_timezone( 'UTC' ); 
     159 
    156160    if ( !defined( 'DEBUG' ) ) define( 'DEBUG', false ); 
    157161    // The configuration file does not exist.