mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
Issue #1356 - PHP7 Fixes.
This commit is contained in:
@@ -922,7 +922,7 @@ class download
|
||||
<option value=''>{$blankText}</option>\n";
|
||||
// Its a structured display option - need a 2-step process to create a tree
|
||||
$catlist = array();
|
||||
while ($dlrow = $sql->fetch(MYSQL_ASSOC))
|
||||
while ($dlrow = $sql->fetch())
|
||||
{
|
||||
$tmp = $dlrow['download_category_parent'];
|
||||
if ($tmp == '0')
|
||||
|
Reference in New Issue
Block a user