Fixed PHP 3 warning

This commit is contained in:
jengo 2001-02-26 21:03:53 +00:00
parent 11ff8a4e61
commit 03223c14eb

View File

@ -204,7 +204,7 @@
$phpgw->db->Database = $phpgw_info["server"]["db_name"];
$phpgw->db->User = $phpgw_info["server"]["db_user"];
$phpgw->db->Password = $phpgw_info["server"]["db_pass"];
if ($this->debug) {
if ($phpgw->debug) {
$phpgw->db->Debug = 1;
}