koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/search.marc dictionary.pl,1.6,1.7
Date: Mon, 20 Jun 2005 07:36:47 -0700

Update of /cvsroot/koha/koha/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16715/search.marc

Modified Files:
        dictionary.pl 
Log Message:
synch'ing 2.2 and head

Index: dictionary.pl
===================================================================
RCS file: /cvsroot/koha/koha/search.marc/dictionary.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** dictionary.pl       1 Jun 2005 12:51:02 -0000       1.6
--- dictionary.pl       20 Jun 2005 14:36:44 -0000      1.7
***************
*** 106,110 ****
        }
        $listtags =~s/,$/)/;
!       $strsth .= $listtags." and 
marc_word.tagsubfield=marc_subfield_table.tag+marc_subfield_table.subfieldcode 
group by subfieldvalue ";
  #     warn "search in biblio : ".$strsth;
        my $value = uc($search[0]);
--- 106,110 ----
        }
        $listtags =~s/,$/)/;
!       $strsth .= $listtags." and 
marc_word.tagsubfield=concat(marc_subfield_table.tag,marc_subfield_table.subfieldcode)
 group by subfieldvalue ";
  #     warn "search in biblio : ".$strsth;
        my $value = uc($search[0]);




reply via email to

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