Notice fixed, email navi now shown if on 2+ page
authorRoland Häder <roland@mxchange.org>
Sat, 13 Sep 2008 19:22:47 +0000 (19:22 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 13 Sep 2008 19:22:47 +0000 (19:22 +0000)
inc/databases.php
inc/modules/admin/what-email_details.php

index 5672e0ce184176fe5d8037b4c1b48e2e3415fe17..fd7d2aa7036c7213d33b9eb4f74753b151508c9c 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', "322");
+define('CURR_SVN_REVISION', "323");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 3971bb56eda85cfc445f1d86a92d79b1ab27aa86..41dc91d065f72b6303f2902ac952671c37c2dafc 100644 (file)
@@ -163,6 +163,7 @@ if (SQL_NUMROWS($result_list) > 0) {
        SQL_FREERESULT($result_list);
 
        // Add navigation (with change box and colspan=3)
+       $content['nav'] = "";
        if ($PAGES > 1) $content['nav'] = ADD_EMAIL_NAV($PAGES, $_CONFIG['mails_page'], false, "3", true);
 
        // Prepare content
@@ -211,6 +212,7 @@ if ((EXT_IS_ACTIVE("bonus")) && ($WHO == _ALL)) {
                }
 
                // Add navigation (without change box but with colspan=3)
+               $content['nav'] = "";
                if ($PAGES > 1) $content['nav'] = ADD_EMAIL_NAV($PAGES, $_CONFIG['mails_page'], false, "3", true);
 
                // Prepare content