fixed debug level
This commit is contained in:
parent
b5e550cb5c
commit
49451d9ebb
8 changed files with 96 additions and 23 deletions
|
|
@ -35,7 +35,7 @@ class MySQLModuleDatabase extends OGPDatabaseMySQL
|
|||
parent::__destruct();
|
||||
}
|
||||
|
||||
public function connect($db_host, $db_user, $db_pass, $db_name, $table_prefix = NULL) {
|
||||
public function connect($db_host, $db_user, $db_pass, $db_name, $table_prefix = NULL, $db_port = NULL) {
|
||||
if ( !extension_loaded("mysqli") )
|
||||
return -99;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue