Merge branch 'new/bug11163'

This commit is contained in:
Galen Charlton 2013-11-15 15:35:14 +00:00
commit 73d4ac9bab

View file

@ -200,7 +200,7 @@ elsif ( $op eq 'delete_confirm' ) {
my $sth = $dbh->prepare('
SELECT COUNT(*) AS total FROM (
SELECT itemtype AS t FROM biblioitems
UNION
UNION ALL
SELECT itype AS t FROM items
) AS tmp
WHERE tmp.t=?