mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
1. Fix to db_MYSQL.php with safe_mysql_fetch_all, and safe_mysql_fetch_array wrappers, to avoid error: fix for Warning: mysql_fetch_all/array() expects parameter 1 to be resource, boolean given
2. Fix to the db_MYSQLi.php in class object declaration(if anybody want to use db_MYSQLi.php again)
This commit is contained in:
+160
-142
File diff suppressed because it is too large
Load Diff
@@ -3863,6 +3863,6 @@ References:
|
||||
|
||||
};
|
||||
|
||||
$database = new MYSQL_DB;
|
||||
$database = new MYSQLi_DB;
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user