koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/value_builder unimarc_field_225a.pl,1.8.2.1,1.8.2.2


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/value_builder unimarc_field_225a.pl,1.8.2.1,1.8.2.2
Date: Thu, 17 Feb 2005 04:58:12 -0800

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

Modified Files:
      Tag: rel_2_2
        unimarc_field_225a.pl 
Log Message:
in unimarc_field_225a plugin (collection chooser), ordering the list 
alphabetically

Index: unimarc_field_225a.pl
===================================================================
RCS file: /cvsroot/koha/koha/value_builder/unimarc_field_225a.pl,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** unimarc_field_225a.pl       11 Jan 2005 17:41:44 -0000      1.8.2.1
--- unimarc_field_225a.pl       17 Feb 2005 12:58:10 -0000      1.8.2.2
***************
*** 122,126 ****
                                                left join auth_header on 
auth_subfield_table.authid=auth_header.authid 
                                                where authtypecode='EDITORS' 
and tag='200' and subfieldcode='a' and subfieldvalue=?");
!               my $sth2 = $dbh->prepare("select subfieldvalue from 
auth_subfield_table where tag='200' and subfieldcode='c' and authid=?");
                my @splited = split //, $isbn_found;
                my $isbn_rebuild='';
--- 122,126 ----
                                                left join auth_header on 
auth_subfield_table.authid=auth_header.authid 
                                                where authtypecode='EDITORS' 
and tag='200' and subfieldcode='a' and subfieldvalue=?");
!               my $sth2 = $dbh->prepare("select subfieldvalue from 
auth_subfield_table where tag='200' and subfieldcode='c' and authid=? order by 
subfieldvalue");
                my @splited = split //, $isbn_found;
                my $isbn_rebuild='';




reply via email to

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