koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Search.pm [rel_3_0]


From: Bruno Toumi
Subject: [Koha-cvs] koha/C4 Search.pm [rel_3_0]
Date: Thu, 21 Sep 2006 14:00:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Bruno Toumi <btoumi>    06/09/21 14:00:23

Modified files:
        C4             : Search.pm 

Log message:
        bug fix : add function declaration catalogsearch in search.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Search.pm?cvsroot=koha&only_with_tag=rel_3_0&r1=1.120.2.3&r2=1.120.2.4

Patches:
Index: Search.pm
===================================================================
RCS file: /sources/koha/koha/C4/Search.pm,v
retrieving revision 1.120.2.3
retrieving revision 1.120.2.4
diff -u -b -r1.120.2.3 -r1.120.2.4
--- Search.pm   21 Sep 2006 12:19:59 -0000      1.120.2.3
+++ Search.pm   21 Sep 2006 14:00:23 -0000      1.120.2.4
@@ -39,7 +39,7 @@
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = do { my @v = '$Revision: 1.120.2.3 $' =~ /\d+/g;
+$VERSION = do { my @v = '$Revision: 1.120.2.4 $' =~ /\d+/g;
           shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); };
 
 =head1 NAME
@@ -81,7 +81,7 @@
 &getwebsites &getwebbiblioitems &FindDuplicate
 &isbnsearch &getbranchname &getborrowercategory &getborrowercategoryinfo 
 
-&searchZOOM &searchResults &getRecords &buildQuery
+&searchZOOM &searchResults &getRecords &buildQuery &catalogsearch
 
 &getMARCnotes &getMARCsubjects &getMARCurls);
 # make all your functions, whether exported or not;




reply via email to

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