[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.7,1.8
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.7,1.8 |
Date: |
Thu, 27 Mar 2003 13:39:51 -0500 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv3471
Modified Files:
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
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.setup_process.inc.php 19 Dec 2002 23:33:44 -0000 1.7
--- class.setup_process.inc.php 27 Mar 2003 18:39:49 -0000 1.8
***************
*** 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 ----
}
}
! ?>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.7,1.8,
Ralf Becker <address@hidden> <=