phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/inc class.botodo.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] todo/inc class.botodo.inc.php
Date: Fri, 10 Nov 2006 13:35:32 +0000

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

Modified files:
        inc            : class.botodo.inc.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/todo/inc/class.botodo.inc.php?cvsroot=phpgroupware&r1=1.19&r2=1.20

Patches:
Index: class.botodo.inc.php
===================================================================
RCS file: /sources/phpgroupware/todo/inc/class.botodo.inc.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- class.botodo.inc.php        1 Oct 2006 13:24:14 -0000       1.19
+++ class.botodo.inc.php        10 Nov 2006 13:35:32 -0000      1.20
@@ -7,7 +7,7 @@
        * @copyright Copyright (C) 2000-2003,2005 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package todo
-       * @version $Id: class.botodo.inc.php,v 1.19 2006/10/01 13:24:14 skwashd 
Exp $
+       * @version $Id: class.botodo.inc.php,v 1.20 2006/11/10 13:35:32 
sigurdne Exp $
        */
 
        /**
@@ -46,7 +46,7 @@
                function botodo($session=False)
                {
                        $this->sotodo   = CreateObject('todo.sotodo');
-                       $this->datetime = CreateObject('phpgwapi.datetime');
+                       $this->datetime = 
CreateObject('phpgwapi.datetimefunctions');
 
                        if ($session)
                        {




reply via email to

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