[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.25,1.26
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.25,1.26 |
Date: |
Wed, 21 May 2003 07:35:38 -0700 |
Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv26776/acqui.simple
Modified Files:
addbiblio.pl
Log Message:
Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** addbiblio.pl 29 Apr 2003 16:48:35 -0000 1.25
--- addbiblio.pl 21 May 2003 14:35:36 -0000 1.26
***************
*** 34,38 ****
use vars qw( $is_a_modif );
-
=item find_value
--- 34,37 ----
***************
*** 48,52 ****
sub find_value {
my ($tagfield,$insubfield,$record,$encoding) = @_;
- warn "FIND_VALUE : $encoding /";
my @result;
my $indicator;
--- 47,50 ----
***************
*** 62,66 ****
foreach my $subfield (@subfields) {
if (@$subfield[0] eq $insubfield) {
- warn "@$subfield[1]==>
".char_decode(@$subfield[1],$encoding);
push
@result,char_decode(@$subfield[1],$encoding);
$indicator =
$field->indicator(1).$field->indicator(2);
--- 60,63 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.25,1.26,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes join-top.inc,1.3,1.4 members-top.inc,1.5,1.6 opac-top.inc,1.5,1.6
- Next by Date:
[Koha-cvs] CVS: koha memberentry.pl,1.32,1.33
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes join-top.inc,1.3,1.4 members-top.inc,1.5,1.6 opac-top.inc,1.5,1.6
- Next by thread:
[Koha-cvs] CVS: koha memberentry.pl,1.32,1.33
- Index(es):