Mailer project continued:
[mailer.git] / beg.php
diff --git a/beg.php b/beg.php
index 8459da1436704cc40936eda4c4a241aec41b4148..1e8ef5f93e6e7c66bb99033ad24a1f66ef14b346 100644 (file)
--- a/beg.php
+++ b/beg.php
@@ -122,7 +122,7 @@ if (isGetRequestElementSet('userid')) {
                                 * but only when there is no admin begging.
                                 * Admins shall be able to test it!
                                 */
-                               SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_beg_ips` (`userid`,`remote_ip`,`sid`,`timeout`) VALUES ('%s','%s','%s', UNIX_TIMESTAMP())",
+                               SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_beg_ips` (`userid`, `remote_ip`, `sid`, `timeout`) VALUES ('%s','%s','%s', UNIX_TIMESTAMP())",
                                        array(
                                                getUserData('userid'),
                                                detectRemoteAddr(),