koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/admin marctagstructure.pl,1.10,1.11


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/admin marctagstructure.pl,1.10,1.11
Date: Wed, 18 Dec 2002 02:56:43 -0800

Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv29611/admin

Modified Files:
        marctagstructure.pl 
Log Message:
small bugfix to search on >= and not >

Index: marctagstructure.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/marctagstructure.pl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** marctagstructure.pl 18 Dec 2002 10:55:16 -0000      1.10
--- marctagstructure.pl 18 Dec 2002 10:56:41 -0000      1.11
***************
*** 34,38 ****
        my @data=split(' ',$searchstring);
        my address@hidden;
!       my $query="Select 
tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from 
marc_tag_structure where (tagfield > $data[0]) order by tagfield";
        my $sth=$dbh->prepare($query);
        $sth->execute;
--- 34,38 ----
        my @data=split(' ',$searchstring);
        my address@hidden;
!       my $query="Select 
tagfield,liblibrarian,libopac,repeatable,mandatory,authorised_value from 
marc_tag_structure where (tagfield >= $data[0]) order by tagfield";
        my $sth=$dbh->prepare($query);
        $sth->execute;




reply via email to

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