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>
This commit is contained in:
Galen Charlton 2014-04-20 22:57:55 +00:00
parent 080c05eee2
commit d0e595800f

View file

@ -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'),