Merge branch 'new/bug11163'
authorGalen Charlton <gmc@esilibrary.com>
Fri, 15 Nov 2013 15:35:14 +0000 (15:35 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 15 Nov 2013 15:35:14 +0000 (15:35 +0000)
admin/itemtypes.pl

index ee70238..3c33073 100755 (executable)
@@ -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=?