From 392cd5347d4ee9b4b9588e50acc9427796607a18 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Fri, 5 Dec 2008 08:53:53 +0000 Subject: [PATCH] Fixed external dependency dashlet showing an openoffice issue. The job was only running daily and needs to run every 5mins or the message will stay there for the whole day on first install. --- 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 94f7b76..35f128a 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1366,7 +1366,7 @@ INSERT INTO `scheduler_tasks` VALUES (7,'Cleanup Temporary Directory','search2/bin/cronCleanup.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), (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,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), -(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'); +(10,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'5min','2007-10-01 00:00:00',NULL,0,'enabled'); /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; UNLOCK TABLES; -- libgit2 0.21.4