ftimme
2013-03-13 daa97d98d6554be22bf89ac40ca91259a3cb277f
- Fixed FS#2755 - Sql error in FAQ - Manage questions.
1 files modified
4 ■■■■ changed files
interface/web/help/faq_list.php 4 ●●●● patch | view | raw | blame | history
interface/web/help/faq_list.php
@@ -29,9 +29,9 @@
$app->listform_actions->SQLExtWhere = "hf_section = $hf_section";
$res = $app->db->queryOneRecord("SELECT hfs_name FROM help_faq_sections WHERE hfs_id=$hf_section");
if($hf_section) $res = $app->db->queryOneRecord("SELECT hfs_name FROM help_faq_sections WHERE hfs_id=$hf_section");
// Start the form rendering and action ahndling
echo "<h2>FAQ: ".$res['hfs_name']."</h2>";
$app->listform_actions->onLoad();
if($hf_section) $app->listform_actions->onLoad();
?>