]> git.mxchange.org Git - mailer.git/commitdiff
Fix for you-are-here navi
authorRoland Häder <roland@mxchange.org>
Mon, 15 Sep 2008 03:03:18 +0000 (03:03 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Sep 2008 03:03:18 +0000 (03:03 +0000)
inc/databases.php
inc/mysql-manager.php

index a3cdd8e66e20b47c98dd1f8e43b743e0b8aa1aa6..b577db37f0cb86566349fc767f099f04fe20bbc2 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "332");
+define('CURR_SVN_REVISION', "333");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
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>");
-                       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";