phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] etemplate/inc class.date_widget.inc.php, 1.13.2.6, 1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] etemplate/inc class.date_widget.inc.php, 1.13.2.6, 1.13.2.7
Date: Sun, 16 Nov 2003 16:33:09 +0000

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv25146

Modified Files:
      Tag: Version-0_9_16-branch
        class.date_widget.inc.php 
Log Message:
fix dodgy patch

Index: class.date_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.date_widget.inc.php,v
retrieving revision 1.13.2.6
retrieving revision 1.13.2.7
diff -C2 -d -r1.13.2.6 -r1.13.2.7
*** class.date_widget.inc.php   16 Nov 2003 16:31:09 -0000      1.13.2.6
--- class.date_widget.inc.php   16 Nov 2003 16:33:07 -0000      1.13.2.7
***************
*** 37,48 ****
                        'date-timeonly' => 'Time'
                );
-                       if ($ui == 'html')
-                       {
-                               $this->jscal = 
CreateObject('phpgwapi.jscalendar');
-                       }
  
                function date_widget($ui)
                {
                        $this->timeformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'];
                }
  
--- 37,49 ----
                        'date-timeonly' => 'Time'
                );
  
                function date_widget($ui)
                {
                        $this->timeformat = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['timeformat'];
+                       if ($ui == 'html')
+                       {
+                               $this->jscal = 
CreateObject('phpgwapi.jscalendar');
+                       }
+                                                                               
                        
                }
  





reply via email to

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