Changeset 3463


Ignore:
Timestamp:
11/04/10 14:33:35 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1246 - Adicionado o tratamento do timezone para a criacao do boletim interno

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/news_admin/inc/class.uinews.inc.php

    r405 r3463  
    293293                                if(!is_array($errors)) 
    294294                                { 
    295                                         $this->news_data['date'] = time(); 
     295                                        $this->news_data['date'] = (time()  - $GLOBALS['phpgw']->datetime->tz_offset); 
    296296                                         
    297297                                        $this->bo->set_dates($_POST['from'],$_POST['until'],$this->news_data); 
Note: See TracChangeset for help on using the changeset viewer.