forked from extern/egroupware
disabled schema_proc for now
This commit is contained in:
parent
75c26a23fe
commit
519e7bdcaf
@ -36,6 +36,6 @@
|
|||||||
if(file_exists("../header.inc.php")) { include("../header.inc.php"); }
|
if(file_exists("../header.inc.php")) { include("../header.inc.php"); }
|
||||||
|
|
||||||
include("./inc/phpgw_setup.inc.php");
|
include("./inc/phpgw_setup.inc.php");
|
||||||
include("./inc/phpgw_schema_proc.inc.php");
|
// include("./inc/phpgw_schema_proc.inc.php");
|
||||||
$phpgw_setup = new phpgw_setup;
|
$phpgw_setup = new phpgw_setup;
|
||||||
?>
|
?>
|
@ -182,7 +182,7 @@
|
|||||||
$this->db->User = $phpgw_domain[$ConfigDomain]["db_user"];
|
$this->db->User = $phpgw_domain[$ConfigDomain]["db_user"];
|
||||||
$this->db->Password = $phpgw_domain[$ConfigDomain]["db_pass"];
|
$this->db->Password = $phpgw_domain[$ConfigDomain]["db_pass"];
|
||||||
|
|
||||||
$phpgw_schema_proc = new phpgw_schema_proc($phpgw_domain[$ConfigDomain]["db_type"]);
|
// $phpgw_schema_proc = new phpgw_schema_proc($phpgw_domain[$ConfigDomain]["db_type"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_db()
|
function check_db()
|
||||||
|
Loading…
Reference in New Issue
Block a user