forked from extern/egroupware
Fixed PHP 3 warning
This commit is contained in:
parent
11ff8a4e61
commit
03223c14eb
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user