Update database.mysql.old.php
This commit is contained in:
parent
26e7a2f5c2
commit
6486e87dc0
|
@ -17,7 +17,7 @@ if(!check_function_exists("get_db_mysql_old_connect")) {
|
|||
show_errors();
|
||||
}
|
||||
|
||||
if(!@mysql_select_db('database_name', $conn)) {
|
||||
if(!@mysql_select_db($config['db_name'], $conn)) {
|
||||
set_error("Could not select database.");
|
||||
show_errors();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user