Merge branch 'new/bug11163'
This commit is contained in:
commit
73d4ac9bab
1 changed files with 1 additions and 1 deletions
|
@ -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=?
|
||||
|
|
Loading…
Reference in a new issue