mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 07:21:03 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -310,7 +310,7 @@ class e_search
|
||||
|
||||
} else {
|
||||
$x = 0;
|
||||
while ($row = $sql -> db_Fetch())
|
||||
while ($row = $sql ->fetch())
|
||||
{
|
||||
$display_row[] = $row;
|
||||
$x++;
|
||||
|
Reference in New Issue
Block a user