diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-30 21:16:47 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-30 21:16:47 -0800 |
commit | cb92e58d40bfa866c07b10fe189bd653074a9917 (patch) | |
tree | 54fa7a67629b45794528da05fc3b1ba506674e5c /installer/install.sql | |
parent | c2a7a6a4e7b492c649462c1bb4e60c033819803e (diff) |
Update install.sql -- gallery version jumps from 23 to 25 due to a mistake
in the version 24 upgrade code.
Update packager to serialize files so that we can serialize the new
.htaccess files
Update init_var.php to include the newly serialized .htaccess files.
Fixes ticket #587.
Diffstat (limited to 'installer/install.sql')
-rw-r--r-- | installer/install.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install.sql b/installer/install.sql index e64a961e..20b632fa 100644 --- a/installer/install.sql +++ b/installer/install.sql @@ -239,7 +239,7 @@ CREATE TABLE {modules} ( UNIQUE KEY `name` (`name`) ) AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -INSERT INTO {modules} VALUES (1,1,'gallery',23); +INSERT INTO {modules} VALUES (1,1,'gallery',25); INSERT INTO {modules} VALUES (2,1,'user',2); INSERT INTO {modules} VALUES (3,1,'comment',2); INSERT INTO {modules} VALUES (4,1,'organize',1); |