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.7.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.7.2.1,1.7.2.2
Date: Thu, 27 Mar 2003 13:34:38 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.setup_process.inc.php 
Log Message:
added a local var $oProc as reference to the global one to be compatible with 
old-style default_records.inc.php

Index: class.setup_process.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_process.inc.php,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** class.setup_process.inc.php 27 Mar 2003 00:00:39 -0000      1.7.2.1
--- class.setup_process.inc.php 27 Mar 2003 18:34:36 -0000      1.7.2.2
***************
*** 335,338 ****
--- 335,339 ----
                                        }
                                        
$GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
+                                       $oProc = 
&$GLOBALS['phpgw_setup']->oProc;       // to be compatible with old apps
                                        include 
($appdir.'default_records.inc.php');
                                        
$GLOBALS['phpgw_setup']->oProc->m_odb->transaction_commit();
***************
*** 796,798 ****
                }
        }
! ?>
\ No newline at end of file
--- 797,799 ----
                }
        }
! ?>





reply via email to

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