Changed important SERVER_URL which now points to the right URL
[mailer.git] / inc / modules / admin / what-email_archiv.php
index 7343f0e40df0749f8a14dc302bd1db43f8db294c..acab810fad0fc551ae35a60835c6c9ca755bdf74 100644 (file)
@@ -96,7 +96,7 @@ if (!SQL_HASZERONUMS($result)) {
                SQL_FREERESULT($result_mails);
 
                // Unconfirmed mails
-               $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'],  ($pool['max_rec'] - $pool['clicks']), 'mid');
+               $pool['unconfirmed'] = generateUnconfirmedAdminLink($pool['id'], ($pool['max_rec'] - $pool['clicks']), 'mid');
 
                // Prepare data for the row template
                $content['timestamp'] = generateDateTime($pool['timestamp'], 0);
@@ -115,7 +115,7 @@ if (!SQL_HASZERONUMS($result)) {
        loadTemplate('admin_email_archiv', false, $content);
 } else {
        // No mail orders fond
-       loadTemplate('admin_settings_saved', false, '{--ADMIN_NO_MAILS_IN_POOL--}');
+       displayMessage('{--ADMIN_NO_MAILS_IN_POOL--}');
 }
 
 // Free memory