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:
TienTN
2016-08-31 23:07:33 +07:00
parent 5e1fe56772
commit b37fe776ef
2 changed files with 161 additions and 143 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -3863,6 +3863,6 @@ References:
};
$database = new MYSQL_DB;
$database = new MYSQLi_DB;
?>