phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.db_tools.inc.php,1.15,1.16


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.db_tools.inc.php,1.15,1.16
Date: Sun, 27 Apr 2003 04:27:52 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv22171

Modified Files:
        class.db_tools.inc.php 
Log Message:
load schema_proc from api for .16

Index: class.db_tools.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.db_tools.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** class.db_tools.inc.php      22 Apr 2003 23:22:57 -0000      1.15
--- class.db_tools.inc.php      27 Apr 2003 08:27:50 -0000      1.16
***************
*** 186,190 ****
                                else // import
                                {
!                                       $schema_app = $this->editor->stable ? 
'etemplate' : 'phpgwapi'; // this is for 0.9.14
                                        $oProc = 
CreateObject($schema_app.'.schema_proc',$GLOBALS['phpgw_info']['server']['db_type']);
                                        $oProc->m_odb = $GLOBALS['phpgw']->db;
--- 186,190 ----
                                else // import
                                {
!                                       $schema_app = 
!file_exists(PHPGW_API_INC.'/class.schema_proc.inc.php') ? 'etemplate' : 
'phpgwapi';      // this is for 0.9.14
                                        $oProc = 
CreateObject($schema_app.'.schema_proc',$GLOBALS['phpgw_info']['server']['db_type']);
                                        $oProc->m_odb = $GLOBALS['phpgw']->db;





reply via email to

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