Browse Source

Bug 8262: (follow-up) correct comment

There is no guarantee that the database admin user
is going to be called "kohaadmin".

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
3.16.x
Galen Charlton 10 years ago
parent
commit
d0e595800f
  1. 2
      C4/VirtualShelves/Page.pm

2
C4/VirtualShelves/Page.pm

@ -337,7 +337,7 @@ sub shelfpage {
#Add a shelf
if ( my $newshelf = $query->param('addshelf') ) {
# note: a user can always add a new shelf (except kohaadmin)
# note: a user can always add a new shelf (except database administrator account)
my $shelfnumber = AddShelf( {
shelfname => $newshelf,
sortfield => $query->param('sortfield'),

Loading…
Cancel
Save