mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-15 19:38:10 -04:00
f84c4a6192 where we were generating bad
SQL. If we're checking for a conflict on a new item, the id is null
and we were doing a comparison that resulted in "id <> NULL" which
won't work -- in that case we need "id IS NOT NULL".
Fixes #1393.