From: quix0r Date: Mon, 16 Nov 2009 04:52:14 +0000 (+0000) Subject: Fix for the fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=458708c51ba58c9b6f39f6939fc5656405a27240;p=mailer.git Fix for the fix --- diff --git a/inc/modules/admin/what-email_archiv.php b/inc/modules/admin/what-email_archiv.php index c4768750fd..efc103e29f 100644 --- a/inc/modules/admin/what-email_archiv.php +++ b/inc/modules/admin/what-email_archiv.php @@ -95,7 +95,7 @@ if (SQL_NUMROWS($result) > 0) { array(bigintval($pool['id'])), __FILE__, __LINE__); // Load entries - $pool = merge_array($pool, SQL_FETCHARRAY($result_mails); + $pool = merge_array($pool, SQL_FETCHARRAY($result_mails)); // Merge result SQL_FREERESULT($result_mails);