mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
phpgw_setup --> egw_setup
This commit is contained in:
parent
d3577414bc
commit
cea4c314d2
@ -44,7 +44,7 @@
|
||||
*/
|
||||
function schema_proc($dbms=False)
|
||||
{
|
||||
$this->m_odb = is_object($GLOBALS['egw']->db) ? $GLOBALS['egw']->db : $GLOBALS['phpgw_setup']->db;
|
||||
$this->m_odb = is_object($GLOBALS['egw']->db) ? $GLOBALS['egw']->db : $GLOBALS['egw_setup']->db;
|
||||
$this->m_odb->connect();
|
||||
|
||||
$this->sType = $dbms ? $dmbs : $this->m_odb->Type;
|
||||
|
Loading…
Reference in New Issue
Block a user