phpgw_setup --> egw_setup

This commit is contained in:
Ralf Becker 2005-06-20 22:07:40 +00:00
parent d3577414bc
commit cea4c314d2

View File

@ -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;