[open-ils-commits] r16059 - trunk/Open-ILS/src/extras (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 30 12:24:31 EDT 2010
Author: miker
Date: 2010-03-30 12:24:28 -0400 (Tue, 30 Mar 2010)
New Revision: 16059
Modified:
trunk/Open-ILS/src/extras/facet_types_js.pl
Log:
arg, typos
Modified: trunk/Open-ILS/src/extras/facet_types_js.pl
===================================================================
--- trunk/Open-ILS/src/extras/facet_types_js.pl 2010-03-30 16:16:31 UTC (rev 16058)
+++ trunk/Open-ILS/src/extras/facet_types_js.pl 2010-03-30 16:24:28 UTC (rev 16059)
@@ -82,7 +82,7 @@
classlabel => val($o->field_class->label)
);
- $pile .= $id.':{'.join(',' map { "$_:$hash{$_}" } keys %hash).'",';
+ $pile .= $hash{id}.':{'.join(',', map { "$_:$hash{$_}" } keys %hash).'",';
}
$pile =~ s/,$//; # remove trailing comma
More information about the open-ils-commits
mailing list