phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/inc class.uitts.inc.php class.botts.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] tts/inc class.uitts.inc.php class.botts.inc.php
Date: Wed, 27 Dec 2006 04:26:38 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    tts
Changes by:     Dave Hall <skwashd>     06/12/27 04:26:38

Modified files:
        inc            : class.uitts.inc.php class.botts.inc.php 

Log message:
        fix constructors

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tts/inc/class.uitts.inc.php?cvsroot=phpgroupware&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/tts/inc/class.botts.inc.php?cvsroot=phpgroupware&r1=1.6&r2=1.7

Patches:
Index: class.uitts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/class.uitts.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- class.uitts.inc.php 27 Dec 2006 02:54:44 -0000      1.7
+++ class.uitts.inc.php 27 Dec 2006 04:26:38 -0000      1.8
@@ -5,7 +5,7 @@
        * @copyright Copyright (C) 2000-2006 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package tts
-       * @version $Id: class.uitts.inc.php,v 1.7 2006/12/27 02:54:44 skwashd 
Exp $
+       * @version $Id: class.uitts.inc.php,v 1.8 2006/12/27 04:26:38 skwashd 
Exp $
        */
        
        class tts_uitts
@@ -42,7 +42,7 @@
                /**
                 * @constructor
                 */
-               function uitts()
+               function tts_uitts()
                {
                        $this->bo = createObject('tts.botts');
 

Index: class.botts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/tts/inc/class.botts.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- class.botts.inc.php 27 Dec 2006 02:54:44 -0000      1.6
+++ class.botts.inc.php 27 Dec 2006 04:26:38 -0000      1.7
@@ -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 tts
-       * @version $Id: class.botts.inc.php,v 1.6 2006/12/27 02:54:44 skwashd 
Exp $
+       * @version $Id: class.botts.inc.php,v 1.7 2006/12/27 04:26:38 skwashd 
Exp $
        */
 
 
@@ -65,7 +65,7 @@
                /**
                * @constructor
                */
-               function botts()
+               function tts_botts()
                {
                        $this->db =& $GLOBALS['phpgw']->db;
 




reply via email to

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