]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_notifications.php
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / inc / modules / admin / what-list_notifications.php
index 93cfcb49e6f189a9f1e5a94de964b254a88025e0..f049c28509aa5065a455a0b6fbe9af9d661808c5 100644 (file)
@@ -52,7 +52,7 @@ if ((EXT_IS_ACTIVE("bonus")) && ($WHO == _ALL)) {
        // Bonus mails sent by you
        //               0     1       2        3        4      5       6          7       8      9         10          11        12
        $SQL2 = "SELECT id, subject, text, receivers, points, time, data_type, timestamp, url, cat_id, target_send, mails_sent, clicks
-FROM "._MYSQL_PREFIX."_bonus
+FROM `{!MYSQL_PREFIX!}_bonus`
 WHERE is_notify='Y'
 ORDER BY timestamp DESC";