Skip to content

Commit a6d8ffd

Browse files
author
thom
committed
Fix syntax error
1 parent f318b9b commit a6d8ffd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

interface/web/help/lib/module.conf.php

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
'open' => 1,
6666
'items' => $itemsfaq);
6767
}
68-
else
69-
{ //* the user
68+
else { //* the user
7069
$sql = "SELECT * FROM help_faq_sections";
7170
$res = $app->db->queryAllRecords($sql);
7271
//* all the content sections
@@ -80,7 +79,7 @@
8079
$module['nav'][] = array( 'title' => 'FAQ',
8180
'open' => 1,
8281
'items' => $itemsfaq);
83-
}
82+
}
8483
}
8584
//* -- end of the FAQ menu section
8685

@@ -101,9 +100,5 @@
101100
$module['nav'][] = array( 'title' => 'About ISPConfig',
102101
'open' => 1,
103102
'items' => $items);
104-
105103
}
106-
107-
108-
109104
?>

0 commit comments

Comments
 (0)