Changed important SERVER_URL which now points to the right URL
[mailer.git] / inc / modules / admin / what-email_archiv.php
index d6338d6fe1e7413983e847d6bf5a9afcc6ec6243..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);