Changeset 6733


Ignore:
Timestamp:
07/06/12 09:23:01 (12 years ago)
Author:
eduardow
Message:

Ticket #2607 - Correção no código, recolocação do - ; - .

File:
1 edited

Legend:

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

    r6731 r6733  
    2121                     
    2222                    $timezone_index = $_SESSION['phpgw_info']['user']['preferences']['expressoMail']['timezone']; 
    23                     $user_timezone = $zones[$timezone_index] 
     23                    $user_timezone = $zones[$timezone_index]; 
    2424 
    2525                    $tz = new DateTimeZone($user_timezone); 
Note: See TracChangeset for help on using the changeset viewer.