Korrektur beim Erzeugen von Übersicht-Seiten, Deaktivierte Elemente waren in Übersicht
This commit is contained in:
@@ -68,7 +68,7 @@ if ($specialSite !== false)
|
||||
{
|
||||
if ($specialSite === 'uebersicht')
|
||||
{
|
||||
$contents = $db->query('SELECT * FROM ' . $prefix . '_' . TBL_NAVI . ' WHERE ' . $prefix . '_navStart = ' . $_GET['navId'] . ' ORDER BY ' . $prefix . '_navSort ASC;');
|
||||
$contents = $db->query('SELECT * FROM ' . $prefix . '_' . TBL_NAVI . ' WHERE ' . $prefix . '_navStart = ' . $_GET['navId'] . ' AND ' . $prefix . '_navActive = "Y" ORDER BY ' . $prefix . '_navSort ASC;');
|
||||
|
||||
while ($content = $contents->fetch_assoc())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user