[Koha-cvs] koha/acqui neworderbiblio.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Oct 23 11:06:13 CEST 2006


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 {





More information about the Koha-cvs mailing list