mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix: mysql (without the "i") class returned to its original state
this got replaced by all those mysql-to-mysqli find and replace mumbo-jumbo tricks :)
This commit is contained in:
Regular → Executable
+1
-1
@@ -124,7 +124,7 @@ class Process {
|
||||
if(DB_TYPE) {
|
||||
$result = $database->connection->multi_query($str);
|
||||
} else {
|
||||
$result = $database->mysqli_exec_batch($str);
|
||||
$result = $database->mysql_exec_batch($str);
|
||||
}
|
||||
if($result) {
|
||||
header("Location: index.php?s=3");
|
||||
|
||||
Reference in New Issue
Block a user