]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Earning subscriptions introduced (unfinished):
[mailer.git] / inc / filters.php
index 2737ceca3b7dfc173bd3c7edcbb10dd8afc4d51b..03943c85173c213fcfe59720c31ad9c499d25e63 100644 (file)
@@ -1145,7 +1145,7 @@ function FILTER_HANDLE_HOME_IN_INDEX_SETTING ($filterData) {
 // Filter to add history entry
 function FILTER_ADD_HISTORY_ENTRY ($filterData) {
        // Add the entry
-       SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_history` (`history_subject`,`history_userid`,`history_value`) VALUES('%s',%s,'%s')",
+       SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_history` (`history_subject`,`history_userid`,`history_value`) VALUES ('%s',%s,'%s')",
                $filterData,
                __FUNCTION__, __LINE__);