From: dbs Date: Sat, 7 Aug 2010 02:24:46 +0000 (+0000) Subject: Functionality-affecting typo: subjet -> subject X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e467a45a7bf7902e5b31194a629dab4ea51d510;p=evergreen%2Fpines.git Functionality-affecting typo: subjet -> subject git-svn-id: svn://svn.open-ils.org/ILS/trunk@17128 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm index 85ad77fc1d..f30b73c8ac 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -470,7 +470,7 @@ sub unapi { $type = 'auri' if ($scheme =~ /^asset-uri/o); $type = 'authority' if ($scheme =~ /^authority/o); $command = 'retrieve'; - $command = 'browse' if (grep { $scheme eq $_ } qw/call_number title author subjet topic authority.title authority.author authority.subject authority.topic series item-age/); + $command = 'browse' if (grep { $scheme eq $_ } qw/call_number title author subject topic authority.title authority.author authority.subject authority.topic series item-age/); } if ($paging) {