X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-manager.php;h=eba75b197ff9d892dad96486a3d440391ddc3822;hp=f787a3701e5ef0ad72165efea9bc5af248b4d8d0;hb=4dc51510f306afb139b2f97b750e4dee6b021579;hpb=fe4e98d8332bf21b9bee633ecbf79687cfd11f80 diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index f787a3701e..eba75b197f 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -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']."*
\n"; //* DEBUG: */ die("
".print_r($_CONFIG, true)."
"); - 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."+
\n"; $OUT .= "
\n"; $DEPTH="0";