]> git.mxchange.org Git - mailer.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Sat, 1 Dec 2012 15:40:40 +0000 (15:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Dec 2012 15:40:40 +0000 (15:40 +0000)
inc/mysql-manager.php

index 7751f364b2fbe100bddccf8c1f15dabbccf34488..b4437b64c675d9b6e4f777a7abd3e78e47cff781 100644 (file)
@@ -161,7 +161,7 @@ function addYouAreHereLink ($accessLevel, $FQFN, $return = FALSE) {
 
        // Is ext-sql_patches installed?
        //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'isExtensionInstalledAndNewer()=' . intval(isExtensionInstalledAndNewer('sql_patches', '0.2.3')) . ',youre_here=' . getYoureHere() . ',isAdmin()=' . intval(isAdmin()) . ',modCheck=' . $modCheck);
-       if (((isExtensionInstalledAndNewer('sql_patches', '0.2.3')) && (isYourHereEnabled())) || ((isAdmin()) && ($modCheck == 'admin'))) {
+       if (((isExtensionInstalledAndNewer('sql_patches', '0.2.3')) && (isYoureHereEnabled())) || ((isAdmin()) && ($modCheck == 'admin'))) {
                // Output HTML code
                $OUT = $prefix . '<strong><a class="you_are_here" href="{%url=modules.php?module=' . $modCheck . '&amp;' . $type . '=' . $search . $linkAdd . '%}">' . getTitleFromMenu($accessLevel, $search, $type, $ADD) . '</a></strong>';