Skip to content

Commit 232893b

Browse files
committed
Resolving #185 - Wrong column specification
1 parent d7f0191 commit 232893b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ function syslog_strip_incoming_domains($uniqueID) {
17071707
syslog_db_execute('UPDATE `' . $syslogdb_default . "`.`syslog_incoming`
17081708
SET host = SUBSTRING_INDEX(host, '.', 1)
17091709
WHERE host LIKE '%$domain'
1710-
AND uniqueID = $uniqueID");
1710+
AND `status` = $uniqueID");
17111711
}
17121712
}
17131713
}

0 commit comments

Comments
 (0)