]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-email_details.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-email_details.php
index 8fc1566d93ba306bd814d24a2b76f38eb9ce853f..0b2fe94e44d0d9a6514b5accc1f2e8bd598656b1 100644 (file)
@@ -145,7 +145,7 @@ if (SQL_NUMROWS($result_list) > 0) {
        while ($pool = SQL_FETCHARRAY($result_list)) {
                // Unconfirmed mails and sent mails
                $result_uncon = SQL_QUERY_ESC("SELECT max_rec, clicks FROM `{!_MYSQL_PREFIX!}_user_stats` WHERE pool_id=%s LIMIT 1",
-                array(bigintval($pool['id'])), __FILE__, __LINE__);
+               array(bigintval($pool['id'])), __FILE__, __LINE__);
                list($pool['sent_email'], $pool['clicks']) = SQL_FETCHROW($result_uncon);
                SQL_FREERESULT($result_uncon);