From 83b3e9080f388f6b4f11d4cab68680c42587a429 Mon Sep 17 00:00:00 2001 From: TienTN Date: Sun, 4 Sep 2016 12:49:29 +0700 Subject: [PATCH] just made correction to the README file --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 1f2f6d08..f6e707ca 100644 --- a/README +++ b/README @@ -8,7 +8,8 @@ My changes notes: 1. Change install/templates/config.tpl to deal with deprecated warning from new PHP version. 2. Fix install/data/sql.sql, to be executable in current MySQL version. 3. Fix 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 + with safe_mysql_fetch_all, and safe_mysql_fetch_array wrappers, to avoid + Warning: mysql_fetch_all/array() expects parameter 1 to be resource, boolean given 4. Fix the db_MYSQLi.php in class object declaration(if anybody want to use db_MYSQLi.php again) 5. Fix the unx.js file for error: VM5051:1 Uncaught SyntaxError: Unexpected token )