[Koha-cvs] koha/C4 SearchMarc.pm [rel_2_2]

Joshua Ferraro jmf at kados.org
Thu Feb 23 04:20:25 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/23 03:20:25

Modified files:
	C4             : SearchMarc.pm 

Log message:
	typo from previous commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/SearchMarc.pm.diff?only_with_tag=rel_2_2&tr1=1.36.2.23&tr2=1.36.2.24&r1=text&r2=text

Patches:
Index: koha/C4/SearchMarc.pm
diff -u koha/C4/SearchMarc.pm:1.36.2.23 koha/C4/SearchMarc.pm:1.36.2.24
--- koha/C4/SearchMarc.pm:1.36.2.23	Thu Feb 23 03:16:37 2006
+++ koha/C4/SearchMarc.pm	Thu Feb 23 03:20:24 2006
@@ -335,7 +335,7 @@
 			push @result,$bibid;
 		}
 	}
-if (C4::Context->preference("sortbynonfilingchars")==1) {
+if (C4::Context->preference("sortbynonfiling")==1) {
 #~~#~~# next part added by SH Modified by JF
 # This code resorts the biblio.title results eliminating the
 # marc non-filing chars





More information about the Koha-cvs mailing list