[open-ils-commits] r17128 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Aug 6 22:24:49 EDT 2010


Author: dbs
Date: 2010-08-06 22:24:46 -0400 (Fri, 06 Aug 2010)
New Revision: 17128

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
Functionality-affecting typo: subjet -> subject


Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2010-08-06 21:04:19 UTC (rev 17127)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm	2010-08-07 02:24:46 UTC (rev 17128)
@@ -470,7 +470,7 @@
 		$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) {



More information about the open-ils-commits mailing list