phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/inc class.bo.inc.php [Version-0_9_16-branch]


From: Dave Hall
Subject: [Phpgroupware-cvs] todo/inc class.bo.inc.php [Version-0_9_16-branch]
Date: Wed, 10 Oct 2007 05:24:57 +0000

CVSROOT:        /sources/phpgroupware
Module name:    todo
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     07/10/10 05:24:57

Modified files:
        inc            : class.bo.inc.php 

Log message:
        fix bug #20555

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/todo/inc/class.bo.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.1.2.7.2.4&r2=1.1.2.7.2.5

Patches:
Index: class.bo.inc.php
===================================================================
RCS file: /sources/phpgroupware/todo/inc/Attic/class.bo.inc.php,v
retrieving revision 1.1.2.7.2.4
retrieving revision 1.1.2.7.2.5
diff -u -b -r1.1.2.7.2.4 -r1.1.2.7.2.5
--- class.bo.inc.php    25 Apr 2007 05:53:50 -0000      1.1.2.7.2.4
+++ class.bo.inc.php    10 Oct 2007 05:24:56 -0000      1.1.2.7.2.5
@@ -14,7 +14,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your  *
        * option) any later version.                                            
  *
        
\*************************************************************************/
-       /* $Id: class.bo.inc.php,v 1.1.2.7.2.4 2007/04/25 05:53:50 skwashd Exp 
$ */
+       /* $Id: class.bo.inc.php,v 1.1.2.7.2.5 2007/10/10 05:24:56 skwashd Exp 
$ */
 
        class bo
        {
@@ -43,7 +43,7 @@
                function bo($session=False)
                {
                        $this->sotodo   = CreateObject('todo.so');
-                       $this->datetime = CreateObject('phpgwapi.datetime');
+                       $this->datetime = 
CreateObject('phpgwapi.phpgw_datetime');
 
                        if ($session)
                        {




reply via email to

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