From d0e595800f587d29df0f5bca5be707b795b9001e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 20 Apr 2014 22:57:55 +0000 Subject: [PATCH] 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 --- C4/VirtualShelves/Page.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index 559bb1557f..3c90afcee3 100644 --- a/C4/VirtualShelves/Page.pm +++ b/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'), -- 2.11.4.GIT