edit mysql mod
This commit is contained in:
parent
49451d9ebb
commit
da60f8b9b4
5 changed files with 15 additions and 14 deletions
|
|
@ -9,7 +9,7 @@ function exec_ogp_module() {
|
|||
|
||||
$modDb = new MySQLModuleDatabase();
|
||||
require("includes/config.inc.php");
|
||||
$modDb->connect($db_host,$db_user,$db_pass,$db_name,$table_prefix);
|
||||
$modDb->connect($db_host,$db_user,$db_pass,$db_name,$table_prefix,isset($db_port)?$db_port:NULL);
|
||||
|
||||
global $db;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue