[Koha-cvs] CVS: koha/C4 Context.pm,1.18.2.1,1.18.2.2

Paul POULAIN tipaul at users.sourceforge.net
Tue Aug 2 11:01:55 CEST 2005


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16906/C4

Modified Files:
      Tag: rel_2_2
	Context.pm 
Log Message:
adding an empty word if there is none (to avoid a internal server error)

Index: Context.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Context.pm,v
retrieving revision 1.18.2.1
retrieving revision 1.18.2.2
diff -C2 -r1.18.2.1 -r1.18.2.2
*** Context.pm	3 Feb 2005 14:46:03 -0000	1.18.2.1
--- Context.pm	2 Aug 2005 09:01:52 -0000	1.18.2.2
***************
*** 595,598 ****
--- 595,599 ----
  		$stopwordlist->{$stopword} = uc($stopword);
  	}
+ 	$stopwordlist->{A} = "A" unless $stopwordlist;
  	return $stopwordlist;
  }





More information about the Koha-cvs mailing list