Changeset 63 for trunk/phpgwapi


Ignore:
Timestamp:
08/29/07 08:55:50 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r62 r63  
    14591459                        if (!$t || (int)$t <= 0) 
    14601460                        { 
    1461                                 $t."GMT"; 
    14621461                                $t = $GLOBALS['phpgw']->datetime->gmtnow; 
    14631462                        } 
    1464                         else 
    1465                                 $t."Não GMT"; 
    14661463                        //  + (date('I') == 1?3600:0) 
    14671464                        $t += $GLOBALS['phpgw']->datetime->tz_offset; 
    1468  
     1465                         
    14691466                        if (! $format) 
    14701467                        { 
     
    14791476                                } 
    14801477                        } 
     1478                         
    14811479                        if((PHP_OS == 'Windows' || PHP_OS == 'WINNT') && (int)$t < 21600) 
    14821480                        /*if(PHP_OS == 'Windows' && (int)$t < 21600)*/ 
Note: See TracChangeset for help on using the changeset viewer.