We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f0191 commit 232893bCopy full SHA for 232893b
1 file changed
functions.php
@@ -1707,7 +1707,7 @@ function syslog_strip_incoming_domains($uniqueID) {
1707
syslog_db_execute('UPDATE `' . $syslogdb_default . "`.`syslog_incoming`
1708
SET host = SUBSTRING_INDEX(host, '.', 1)
1709
WHERE host LIKE '%$domain'
1710
- AND uniqueID = $uniqueID");
+ AND `status` = $uniqueID");
1711
}
1712
1713
0 commit comments