[open-ils-commits] r17647 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Sep 14 11:07:00 EDT 2010
Author: miker
Date: 2010-09-14 11:06:57 -0400 (Tue, 14 Sep 2010)
New Revision: 17647
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
Log:
and, of course, the attendant typo
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2010-09-14 15:04:41 UTC (rev 17646)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/SuperCat.pm 2010-09-14 15:06:57 UTC (rev 17647)
@@ -1347,7 +1347,7 @@
my $tag_prefix = sprintf("tag:open-ils.org,$year-\%0.2d-\%0.2d", $month, $day);
- my $flesh_feed = defined($flesh) ? $flesh : $parse_feed_type($type);
+ my $flesh_feed = defined($flesh) ? $flesh : parse_feed_type($type);
$type =~ s/(-full|-uris)$//o;
More information about the open-ils-commits
mailing list