summaryrefslogtreecommitdiff
path: root/installer/install.sql
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-01-26 10:59:18 -0800
committerBharat Mediratta <bharat@menalto.com>2013-01-26 10:59:18 -0800
commit6042bfd1f519ee543483f9850b04621f58a7ff19 (patch)
tree84b1183e891d80a83af48a70fdc84a13b0e21d33 /installer/install.sql
parent847a825b2527584662da277fd6a47921287cbbf4 (diff)
parentcc2aed656c7289881ba23e8ec700a4daf7889688 (diff)
Merge pull request #91 from shadlaws/fix_1946_1947
#1946, 1947 - Make altered names/slugs more user-friendly, make conflict-finding code check filenames with no extensions
Diffstat (limited to 'installer/install.sql')
-rw-r--r--installer/install.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql
index b01c5a7c..70cf0c86 100644
--- a/installer/install.sql
+++ b/installer/install.sql
@@ -244,7 +244,7 @@ CREATE TABLE {modules} (
KEY `weight` (`weight`)
) AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
-INSERT INTO {modules} VALUES (1,1,'gallery',53,1);
+INSERT INTO {modules} VALUES (1,1,'gallery',54,1);
INSERT INTO {modules} VALUES (2,1,'user',4,2);
INSERT INTO {modules} VALUES (3,1,'comment',7,3);
INSERT INTO {modules} VALUES (4,1,'organize',4,4);