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:
parent
080c05eee2
commit
d0e595800f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue