]> git.mxchange.org Git - mailer.git/commitdiff
Fix for the fix
authorRoland Häder <roland@mxchange.org>
Mon, 16 Nov 2009 04:52:14 +0000 (04:52 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Nov 2009 04:52:14 +0000 (04:52 +0000)
inc/modules/admin/what-email_archiv.php

index c4768750fd4fcfd3a0581490477dd8513fce8bae..efc103e29f6d633eb8e158e60607f883a89b1637 100644 (file)
@@ -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);