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.2.2.


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** hook_settings.inc.php       1 Sep 2001 20:01:05 -0000       1.2
--- hook_settings.inc.php       17 Jan 2002 03:51:21 -0000      1.2.2.1
***************
*** 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]