[Koha-cvs] koha/misc/cronjobs build_browser_and_cloud.pl [rel_3_0]

paul poulain paul at koha-fr.org
Mon Jan 29 18:04:18 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/29 17:04:18

Modified files:
	misc/cronjobs  : build_browser_and_cloud.pl 

Log message:
	removing limit to 30 000 items (that was for testing purposes only)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/cronjobs/build_browser_and_cloud.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: build_browser_and_cloud.pl
===================================================================
RCS file: /sources/koha/koha/misc/cronjobs/Attic/build_browser_and_cloud.pl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- build_browser_and_cloud.pl	11 Jan 2007 14:35:39 -0000	1.1.2.1
+++ build_browser_and_cloud.pl	29 Jan 2007 17:04:18 -0000	1.1.2.2
@@ -65,7 +65,7 @@
 ###################################
 #FIXME : could be improved to get directly only biblios that have to be updated.
 
-my $sth = $dbh->prepare("select biblionumber from biblioitems where biblionumber <30000");
+my $sth = $dbh->prepare("select biblionumber from biblioitems");
 $sth->execute;
 # the result hash for the browser table
 my %browser_result;
@@ -104,9 +104,6 @@
     my $timeneeded = gettimeofday - $starttime;
     print "$i in $timeneeded s\n" unless ($i % 50  or $batch);
 }
-# use Data::Dumper;
-# print "==> ".Dumper(%browser_result);
-# die;
 
 # fills the browser table
 if ($browser_tag) {





More information about the Koha-cvs mailing list