koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/C4 Context.pm,1.18.2.1,1.18.2.2
Date: Tue, 02 Aug 2005 02:01:55 -0700

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;
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]