phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup config.php [Version-0_9_16-branch]


From: Dave Hall
Subject: [Phpgroupware-cvs] setup config.php [Version-0_9_16-branch]
Date: Fri, 04 May 2007 00:13:17 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     07/05/04 00:13:17

Modified files:
        .              : config.php 

Log message:
        add missing datewtime fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/setup/config.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.78.2.7&r2=1.78.2.8

Patches:
Index: config.php
===================================================================
RCS file: /sources/phpgroupware/setup/config.php,v
retrieving revision 1.78.2.7
retrieving revision 1.78.2.8
diff -u -b -r1.78.2.7 -r1.78.2.8
--- config.php  19 May 2006 07:30:27 -0000      1.78.2.7
+++ config.php  4 May 2007 00:13:16 -0000       1.78.2.8
@@ -9,7 +9,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: config.php,v 1.78.2.7 2006/05/19 07:30:27 sigurdne Exp $ */
+  /* $Id: config.php,v 1.78.2.8 2007/05/04 00:13:16 skwashd Exp $ */
 
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
@@ -113,7 +113,7 @@
 
        if(@get_var('submit',Array('POST')) && @$newsettings && 
!$files_in_docroot)
        {
-               $datetime = CreateObject('phpgwapi.datetime');
+               $datetime = CreateObject('phpgwapi.phpgw_datetime');
                switch (intval($newsettings['daytime_port']))
                {
                        case 13:




reply via email to

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