phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] setup config.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] setup config.php
Date: Fri, 10 Nov 2006 13:35:07 +0000

CVSROOT:        /sources/phpgroupware
Module name:    setup
Changes by:     Sigurd Nes <sigurdne>   06/11/10 13:35:07

Modified files:
        .              : config.php 

Log message:
        In PHP 5.2 there is an object named DateTime -so phpgwapi.datetime is 
renamed to avoid redelaration of the class

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/setup/config.php?cvsroot=phpgroupware&r1=1.89&r2=1.90

Patches:
Index: config.php
===================================================================
RCS file: /sources/phpgroupware/setup/config.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- config.php  29 Sep 2006 10:21:10 -0000      1.89
+++ config.php  10 Nov 2006 13:35:06 -0000      1.90
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package setup
-       * @version $Id: config.php,v 1.89 2006/09/29 10:21:10 Caeies Exp $
+       * @version $Id: config.php,v 1.90 2006/11/10 13:35:06 sigurdne Exp $
        */
 
        if ( isset($_POST['cancel']) && $_POST['cancel'] )
@@ -121,7 +121,7 @@
        $files_in_docroot = (isset($newsettings['files_dir']))? 
in_docroot($newsettings['files_dir']) : false ;
        if(get_var('submit',Array('POST')) && is_array($newsettings) && 
!$files_in_docroot)
        {
-               $datetime = CreateObject('phpgwapi.datetime');
+               $datetime = CreateObject('phpgwapi.datetimefunctions');
                switch (intval($newsettings['daytime_port']))
                {
                        case 13:




reply via email to

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