mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -1717,7 +1717,7 @@ if(isset($page_title[$action]))
|
||||
}
|
||||
// Now put up the events
|
||||
$delete_button = FALSE;
|
||||
while($row = $sql->db_Fetch())
|
||||
while($row = $sql->fetch())
|
||||
{
|
||||
$text .= '<tr>';
|
||||
foreach($col_fields[$action] as $cf)
|
||||
|
Reference in New Issue
Block a user