aboutsummaryrefslogtreecommitdiffstats
path: root/toj/sqmod/sqmod_test/sqmod_test_man.php
diff options
context:
space:
mode:
authorpzread <netfirewall@gmail.com>2013-03-10 15:33:25 +0800
committerpzread <netfirewall@gmail.com>2013-03-10 15:33:25 +0800
commit3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d (patch)
tree97e4ba04a707487184fa6bd729f3a2fe37f5a59c /toj/sqmod/sqmod_test/sqmod_test_man.php
parent0bcc905d92d2f69a0b961746be1f19ef096857a3 (diff)
downloadtaiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar.gz
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar.bz2
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar.lz
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar.xz
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.tar.zst
taiwan-online-judge-3fe2b6cd06b6aaebd4597c2ea55a1a8b1a924f5d.zip
Fix notice bug, database name
Diffstat (limited to 'toj/sqmod/sqmod_test/sqmod_test_man.php')
-rwxr-xr-xtoj/sqmod/sqmod_test/sqmod_test_man.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/toj/sqmod/sqmod_test/sqmod_test_man.php b/toj/sqmod/sqmod_test/sqmod_test_man.php
index 82fe04a..b65804c 100755
--- a/toj/sqmod/sqmod_test/sqmod_test_man.php
+++ b/toj/sqmod/sqmod_test/sqmod_test_man.php
@@ -69,7 +69,7 @@ function get_user_spent_time($sqlc, $sqid, $uid, $start_time = null, $end_time =
}
$sqlc = db_connect();
-$msqlc = db_connect('toj_mod2');
+$msqlc = db_connect('toj_mod');
$sqid = intval($_GET['sqid']);
if(!$sqid)