From: Roland Häder Date: Sat, 13 Sep 2008 19:22:47 +0000 (+0000) Subject: Notice fixed, email navi now shown if on 2+ page X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=1a87efa559d469c25f6e4bb863f5881b2fd59dde Notice fixed, email navi now shown if on 2+ page --- diff --git a/inc/databases.php b/inc/databases.php index 5672e0ce18..fd7d2aa703 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -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); diff --git a/inc/modules/admin/what-email_details.php b/inc/modules/admin/what-email_details.php index 3971bb56ed..41dc91d065 100644 --- a/inc/modules/admin/what-email_details.php +++ b/inc/modules/admin/what-email_details.php @@ -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