mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -138,7 +138,7 @@ class e_jshelper
|
||||
foreach ($field_array as $field => $value)
|
||||
{
|
||||
//associative arrays only - no numeric keys!
|
||||
//to speed this up use $sql->db_Fetch(MYSQL_ASSOC);
|
||||
//to speed this up use $sql->db_Fetch();
|
||||
//when passing large data from the DB
|
||||
if (is_numeric($field) || empty($field)) continue;
|
||||
|
||||
|
Reference in New Issue
Block a user