koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha cataloguing/isbnsearch.pl search.marc/dict...


From: Antoine Farnault
Subject: [Koha-cvs] koha cataloguing/isbnsearch.pl search.marc/dict...
Date: Thu, 10 Aug 2006 13:08:28 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/08/10 13:08:28

Modified files:
        cataloguing    : isbnsearch.pl 
        search.marc    : dictionary.pl search.pl suggest.pl 

Log message:
        C4::SearchMarc is deprecated now. it is totaly replaced by C4::Search.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/cataloguing/isbnsearch.pl?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/search.marc/dictionary.pl?cvsroot=koha&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/koha/search.marc/search.pl?cvsroot=koha&r1=1.32&r2=1.33
http://cvs.savannah.gnu.org/viewcvs/koha/search.marc/suggest.pl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: cataloguing/isbnsearch.pl
===================================================================
RCS file: /sources/koha/koha/cataloguing/isbnsearch.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- cataloguing/isbnsearch.pl   15 Feb 2006 02:18:28 -0000      1.2
+++ cataloguing/isbnsearch.pl   10 Aug 2006 13:08:28 -0000      1.3
@@ -21,9 +21,8 @@
 use CGI;
 use C4::Auth;
 use C4::Biblio;
-# use C4::Search;
+use C4::Search;
 use C4::Breeding;
-use C4::SearchMarc;
 use C4::Output;
 use C4::Interface::CGI::Output;
 use HTML::Template;
@@ -87,6 +86,8 @@
        my ($results,$total) = catalogsearch($dbh, 
address@hidden,address@hidden,
                                                                                
address@hidden, address@hidden, address@hidden,
                                                                                
$startfrom*$resultsperpage, $resultsperpage,'biblio.title','ASC');
+       warn "NB::::".$total;
+
 #      @results = @$resultsref;
 
 #     my @loop_data = ();

Index: search.marc/dictionary.pl
===================================================================
RCS file: /sources/koha/koha/search.marc/dictionary.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- search.marc/dictionary.pl   4 Jul 2006 14:36:52 -0000       1.11
+++ search.marc/dictionary.pl   10 Aug 2006 13:08:28 -0000      1.12
@@ -24,7 +24,6 @@
 use C4::Auth;
 use CGI;
 use C4::Search;
-use C4::SearchMarc;
 use C4::AuthoritiesMarc;
 use C4::Context;
 use C4::Biblio;

Index: search.marc/search.pl
===================================================================
RCS file: /sources/koha/koha/search.marc/search.pl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- search.marc/search.pl       21 Jul 2006 09:36:42 -0000      1.32
+++ search.marc/search.pl       10 Aug 2006 13:08:28 -0000      1.33
@@ -24,12 +24,11 @@
 use C4::Auth;
 use HTML::Template;
 use C4::Context;
-# use C4::Search;
+use C4::Search;
 use C4::Auth;
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Biblio;
-use C4::SearchMarc;
 use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
 

Index: search.marc/suggest.pl
===================================================================
RCS file: /sources/koha/koha/search.marc/suggest.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- search.marc/suggest.pl      4 Jul 2006 14:36:52 -0000       1.3
+++ search.marc/suggest.pl      10 Aug 2006 13:08:28 -0000      1.4
@@ -29,7 +29,6 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::Biblio;
-use C4::SearchMarc;
 use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
 




reply via email to

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