phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2,1.3


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc hook_settings.inc.php,1.2,1.3
Date: Wed, 16 Jan 2002 22:38:06 -0500

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv918/inc

Modified Files:
        hook_settings.inc.php 
Log Message:
This will name timezone_offset to tz_offset.

Index: hook_settings.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/hook_settings.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_settings.inc.php       1 Sep 2001 20:01:05 -0000       1.2
--- hook_settings.inc.php       17 Jan 2002 03:38:03 -0000      1.3
***************
*** 37,43 ****
        for ($i = -23; $i<24; $i++)
        {
!               $timezone_offset[$i] = $i;
        }
!       create_select_box('Time zone 
offset','timezone_offset',$timezone_offset);
  
        $date_formats = array(
--- 37,43 ----
        for ($i = -23; $i<24; $i++)
        {
!               $tz_offset[$i] = $i;
        }
!       create_select_box('Time zone offset','tz_offset',$tz_offset);
  
        $date_formats = array(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]