From f9e49fba019444ba624f4ab8a32bc477bac5b3b9 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Sat, 9 Aug 2008 14:16:22 +0000 Subject: [PATCH] Merged in from STABLE branch... --- sql/mysql/install/data.sql | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index f199d99..06dc83c 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1351,9 +1351,8 @@ INSERT INTO `scheduler_tasks` VALUES (6,'OpenOffice test','bin/checkopenoffice.php','',0,'1min','2007-10-01 00:00:00',NULL,0,'enabled'), (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,'Check Latest Version','plugins/ktstandard/AdminVersionPlugin/bin/UpdateNewVersion.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), -(10,'Refresh Index Statistics','search2/bin/cronIndexStats.php','',0,'daily','2007-10-01 00:00:00',NULL,0,'enabled'), -(11,'Refresh Resource Dependancies','search2/bin/cronResources.php','',0,'daily','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'); /*!40000 ALTER TABLE `scheduler_tasks` ENABLE KEYS */; UNLOCK TABLES; @@ -2496,7 +2495,7 @@ UNLOCK TABLES; LOCK TABLES `zseq_plugins` WRITE; /*!40000 ALTER TABLE `zseq_plugins` DISABLE KEYS */; INSERT INTO `zseq_plugins` VALUES -(23); +(22); /*!40000 ALTER TABLE `zseq_plugins` ENABLE KEYS */; UNLOCK TABLES; @@ -2540,7 +2539,7 @@ UNLOCK TABLES; LOCK TABLES `zseq_scheduler_tasks` WRITE; /*!40000 ALTER TABLE `zseq_scheduler_tasks` DISABLE KEYS */; INSERT INTO `zseq_scheduler_tasks` VALUES -(11); +(10); /*!40000 ALTER TABLE `zseq_scheduler_tasks` ENABLE KEYS */; UNLOCK TABLES; -- libgit2 0.21.4