]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Fix for you-are-here navi
[mailer.git] / inc / mysql-manager.php
index f787a3701e5ef0ad72165efea9bc5af248b4d8d0..eba75b197ff9d892dad96486a3d440391ddc3822 100644 (file)
@@ -277,7 +277,7 @@ function ADD_DESCR($ACC_LVL, $file, $return = false, $output = true) {
                        // Can we close the you-are-here navigation?
                        //* DEBUG: */ echo __LINE__."*".$type."/".$GLOBALS['what']."*<br />\n";
                        //* DEBUG: */ die("<pre>".print_r($_CONFIG, true)."</pre>");
                        // Can we close the you-are-here navigation?
                        //* DEBUG: */ echo __LINE__."*".$type."/".$GLOBALS['what']."*<br />\n";
                        //* DEBUG: */ die("<pre>".print_r($_CONFIG, true)."</pre>");
-                       if (($type == "what") || (($type == "action") && ((!isset($GLOBALS['what'])) || ($GLOBALS['what'] == "overview") || (($GLOBALS['what'] == $_CONFIG['index_home']) && ($ACC_LVL == "guest"))))) {
+                       if (($type == "what") || (($type == "action") && ((!isset($GLOBALS['what'])) || ($GLOBALS['what'] == "overview")))) {
                                //* DEBUG: */ echo __LINE__."+".$type."+<br />\n";
                                $OUT .= "</DIV><br />\n";
                                $DEPTH="0";
                                //* DEBUG: */ echo __LINE__."+".$type."+<br />\n";
                                $OUT .= "</DIV><br />\n";
                                $DEPTH="0";