phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.2,1.3


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.2,1.3
Date: Mon, 04 Mar 2002 00:00:10 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv28503

Modified Files:
        class.setup_process.inc.php 
Log Message:
one more fix for oProc

Index: class.setup_process.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_process.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.setup_process.inc.php 4 Mar 2002 04:49:42 -0000       1.2
--- class.setup_process.inc.php 4 Mar 2002 05:00:08 -0000       1.3
***************
*** 26,29 ****
--- 26,30 ----
        class setup_process
        {
+               var $oProc;
                var $tables;
                var $updateincluded = array();
***************
*** 48,51 ****
--- 49,54 ----
                        $GLOBALS['phpgw_setup']->oProc->m_odb->Halt_On_Error = 
'report';
                        $GLOBALS['phpgw_setup']->oProc->m_odb->connect();
+                       /* Legacy - update table scripts */
+                       $this->oProc = $GLOBALS['phpgw_setup']->oProc;
                }
  




reply via email to

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