Changeset 7512 for branches/2.4


Ignore:
Timestamp:
11/13/12 14:37:38 (11 years ago)
Author:
eduardow
Message:

Ticket #3189 - Diferença de fusos horarios do Expresso em servidores diferentes usando o mesmo banco.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/inc/class.functions.inc.php

    r6859 r7512  
    3838                        if (preg_match("/^(Africa|America|Antarctica|Arctic|Asia|Atlantic|Australia|Europe|Indian|Pacific)\/.*$/", $zone)) 
    3939                        { 
    40                             array_push($friendly_zones,  $zone); 
     40                            $friendly_zones[$zone] = $zone;// array_push($friendly_zones,  $zone); 
    4141                        } 
    4242 
Note: See TracChangeset for help on using the changeset viewer.