Revert "new virtual shelves changes, keyed by biblionumber -- approved"
[koha.git] / C4 / Branch.pm
index 4a540be..79d4d54 100644 (file)
@@ -91,8 +91,7 @@ foreach my $thisbranch (keys %$branches) {
 =cut
 
 sub GetBranches {
-
-    my $onlymine=@_;
+    my ($onlymine)=@_;
     # returns a reference to a hash of references to ALL branches...
     my %branches;
     my $dbh = C4::Context->dbh;