mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
Import: one more protection against braindead "AI"
This commit is contained in:
parent
358590024c
commit
5b8dcc44db
@ -422,10 +422,10 @@ class Import
|
||||
$query = $db
|
||||
->select()
|
||||
->from(
|
||||
$table,
|
||||
array('checksum' => $conn->dbHexFunc('checksum'))
|
||||
array('c' => $table),
|
||||
array('checksum' => $conn->dbHexFunc('c.checksum'))
|
||||
)->where(
|
||||
$conn->dbHexFunc('checksum') . ' IN (?)',
|
||||
$conn->dbHexFunc('c.checksum') . ' IN (?)',
|
||||
$hexed
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user