[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/z3950 s... [R_2-2-7-1]

Antoine Farnault antoine at koha-fr.org
Mon Feb 12 11:49:48 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		R_2-2-7-1
Changes by:	Antoine Farnault <toins>	07/02/12 10:49:48

Modified files:
	koha-tmpl/intranet-tmpl/default/en/z3950: searchresult.tmpl 

Log message:
	Commiting BUG FIX for 2.2.7.1.
	
	(BUGFIX on title search : only the 1st word was searched, making an internal server error when it was en empty word)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/z3950/searchresult.tmpl?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.4.2.5&r2=1.4.2.5.2.1

Patches:
Index: searchresult.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/default/en/z3950/Attic/searchresult.tmpl,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.5.2.1
diff -u -b -r1.4.2.5 -r1.4.2.5.2.1
--- searchresult.tmpl	22 Nov 2006 10:24:35 -0000	1.4.2.5
+++ searchresult.tmpl	12 Feb 2007 10:49:48 -0000	1.4.2.5.2.1
@@ -19,10 +19,10 @@
     <form method="post" action="search.pl" name="f">
     
     <input type="hidden" name="op" id="op" value="do_search" />
-    <input type="hidden" name="title" value=<!-- TMPL_VAR NAME="title" --> />
-    <input type="hidden" name="author" value=<!-- TMPL_VAR NAME="author" --> />
-    <input type="hidden" name="isbn" value=<!-- TMPL_VAR NAME="isbn" --> />
-    <input type="hidden" name="issn" value=<!-- TMPL_VAR NAME="issn" --> />
+    <input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->" />
+    <input type="hidden" name="author" value="<!-- TMPL_VAR NAME="author" -->" />
+    <input type="hidden" name="isbn" value="<!-- TMPL_VAR NAME="isbn" -->" />
+    <input type="hidden" name="issn" value="<!-- TMPL_VAR NAME="issn" -->" />
     <input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR NAME="oldbiblionumber" -->" />
     
     <!-- TMPL_LOOP name="serverloop" -->





More information about the Koha-cvs mailing list