From d0843c0a0306ac0ca3193dfaa5f5e14ea6cbd048 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Mon, 4 May 2009 10:34:51 +0200 Subject: [PATCH] KTS-4254 Updated scheduler_tasks sql to use the download task in the bin directory. Fixed. --- sql/mysql/install/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index a5e71d4..9ed8af9 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1373,7 +1373,7 @@ INSERT INTO `scheduler_tasks` VALUES (8,'Disk Usage and Folder Utilisation Statistics','plugins/housekeeper/bin/UpdateStats.php','',0,'5mins','2007-10-01 00:00:00',NULL,0,'enabled'), (9,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'1min','2007-10-01',NULL,0,'enabled'), (10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'1min','2007-10-01',NULL,0,'enabled'), -(11,'Bulk Download Queue','lib/foldermanagement/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'); +(11,'Bulk Download Queue','bin/ajaxtasks/downloadTask.php','',0,'1min','2007-10-01',NULL,0,'system'); /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; UNLOCK TABLES; -- libgit2 0.21.4