From 4b08146c4582b03405b492dd42b0aef66fe9d749 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 23 Feb 2009 19:19:16 +0000 Subject: A couple of references to media_rss that were overlooked --- installer/install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/install.sql b/installer/install.sql index 349f0354..06f2bede 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -195,7 +195,7 @@ CREATE TABLE `modules` ( UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -INSERT INTO `modules` VALUES (1,'core',1),(2,'user',1),(3,'comment',1),(4,'info',1),(5,'media_rss',1),(6,'search',1),(7,'slideshow',1),(8,'tag',1); +INSERT INTO `modules` VALUES (1,'core',1),(2,'user',1),(3,'comment',1),(4,'info',1),(5,'rss',1),(6,'search',1),(7,'slideshow',1),(8,'tag',1); DROP TABLE IF EXISTS `outgoing_translations`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; -- cgit v1.2.3