[Top][All Lists]
[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;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4 Context.pm,1.18.2.1,1.18.2.2,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.4,1.24.2.5
- Next by Date:
[Koha-cvs] CVS: koha/bull serial-issues.pl,1.1,1.1.2.1 subscription-detail.pl,1.5.2.1,1.5.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/acqui basket.pl,1.24.2.4,1.24.2.5
- Next by thread:
[Koha-cvs] CVS: koha/bull serial-issues.pl,1.1,1.1.2.1 subscription-detail.pl,1.5.2.1,1.5.2.2
- Index(es):