Changeset trunk,180

Show
Ignore:
Timestamp:
02/04/10 18:34:08 (7 months ago)
Author:
Suren A. Chilingaryan <csa@dside.dyndns.org>
revision id:
csa@dside.dyndns.org-20100204183408-34ubl0ddqh7ev76d
branch-nick:
adei
Message:

Do not complain on system timezone if php 5.3 is used

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/timezone.php

    r40 r180  
    3030 
    3131$adei_timezone_history = array(); 
    32 $adei_system_timezone = date_default_timezone_get(); 
     32$adei_system_timezone = @date_default_timezone_get(); 
    3333date_default_timezone_set("GMT");  
    3434