phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php, 1.123.2.9.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php, 1.123.2.9.2.11, 1.123.2.9.2.12
Date: Sat, 09 Aug 2003 10:28:02 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2136

Modified Files:
      Tag: Version-0_9_16-branch
        class.common.inc.php 
Log Message:
changed default timeformat to NOT include seconds

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.123.2.9.2.11
retrieving revision 1.123.2.9.2.12
diff -C2 -r1.123.2.9.2.11 -r1.123.2.9.2.12
*** class.common.inc.php        1 Jun 2003 09:23:16 -0000       1.123.2.9.2.11
--- class.common.inc.php        9 Aug 2003 14:28:00 -0000       1.123.2.9.2.12
***************
*** 1325,1333 ****
                                if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'] == '12')
                                {
!                                       $format .= 'h:i:s a';
                                }
                                else
                                {
!                                       $format .= 'H:i:s';
                                }
                        }
--- 1325,1333 ----
                                if 
($GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'] == '12')
                                {
!                                       $format .= 'h:i a';
                                }
                                else
                                {
!                                       $format .= 'H:i';
                                }
                        }





reply via email to

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