Update database.mysql.old.php

This commit is contained in:
Namhyeon Go 2019-04-01 11:25:25 +09:00 committed by GitHub
parent 26e7a2f5c2
commit 6486e87dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
}