[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/acqui neworderbiblio.pl [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/acqui neworderbiblio.pl [rel_3_0] |
Date: |
Mon, 23 Oct 2006 09:06:13 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/10/23 09:06:13
Modified files:
acqui : neworderbiblio.pl
Log message:
FIXME added : CatSearch is used here although it's deprecated.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/acqui/neworderbiblio.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1
Patches:
Index: neworderbiblio.pl
===================================================================
RCS file: /sources/koha/koha/acqui/Attic/neworderbiblio.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- neworderbiblio.pl 2 Aug 2006 07:55:19 -0000 1.1
+++ neworderbiblio.pl 23 Oct 2006 09:06:13 -0000 1.1.2.1
@@ -145,6 +145,7 @@
FrontSearch( undef, 'intra', \%search, $num, $offset );
}
elsif ( $search{'author'} || $search{'title'} ) {
+ # FIXME :: This function is deprecated !!
( $count, @results ) = CatSearch( undef, 'loose', \%search, $num, $offset
);
}
else {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/acqui neworderbiblio.pl [rel_3_0],
Antoine Farnault <=