mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -96,7 +96,7 @@ class plugin_faqs_list_controller extends eControllerFront
|
||||
|
||||
$text = $tp->parseTemplate($FAQ_START, true, $sc);
|
||||
|
||||
while ($rw = $sql->db_Fetch())
|
||||
while ($rw = $sql->fetch())
|
||||
{
|
||||
$sc->setVars($rw);
|
||||
|
||||
|
Reference in New Issue
Block a user