- Made sure the admin menu is enabled after a fresh install. This is
required to make the menu show up. This partly fixes bug #1508.4.2.x
parent
2bbd9c0c7c
commit
9d5fb1029a
|
@ -551,6 +551,7 @@ CREATE TABLE watchdog (
|
||||||
-- Insert some default values
|
-- Insert some default values
|
||||||
--
|
--
|
||||||
|
|
||||||
|
INSERT INTO system VALUES ('modules/admin.module','admin','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/block.module','block','module','',1);
|
INSERT INTO system VALUES ('modules/block.module','block','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/comment.module','comment','module','',1);
|
INSERT INTO system VALUES ('modules/comment.module','comment','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/help.module','help','module','',1);
|
INSERT INTO system VALUES ('modules/help.module','help','module','',1);
|
||||||
|
@ -560,7 +561,7 @@ INSERT INTO system VALUES ('modules/story.module','story','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1);
|
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1);
|
||||||
INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);
|
INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);
|
||||||
|
|
||||||
REPLACE variable SET name='update_start', value='s:10:"2002-10-17;"';
|
REPLACE variable SET name='update_start', value='s:10:"2003-04-19;"';
|
||||||
REPLACE variable SET name='theme_default', value='s:6:"marvin";';
|
REPLACE variable SET name='theme_default', value='s:6:"marvin";';
|
||||||
|
|
||||||
REPLACE blocks SET module = 'user', delta = '0', status = '1';
|
REPLACE blocks SET module = 'user', delta = '0', status = '1';
|
||||||
|
|
|
@ -553,6 +553,7 @@ CREATE TABLE watchdog (
|
||||||
-- Insert some default values
|
-- Insert some default values
|
||||||
--
|
--
|
||||||
|
|
||||||
|
INSERT INTO system VALUES ('modules/admin.module','admin','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/block.module','block','module','',1);
|
INSERT INTO system VALUES ('modules/block.module','block','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/comment.module','comment','module','',1);
|
INSERT INTO system VALUES ('modules/comment.module','comment','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/help.module','help','module','',1);
|
INSERT INTO system VALUES ('modules/help.module','help','module','',1);
|
||||||
|
@ -562,7 +563,7 @@ INSERT INTO system VALUES ('modules/story.module','story','module','',1);
|
||||||
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1);
|
INSERT INTO system VALUES ('modules/taxonomy.module','taxonomy','module','',1);
|
||||||
INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);
|
INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);
|
||||||
|
|
||||||
INSERT INTO variable(name,value) VALUES('update_start', '2002-05-15');
|
INSERT INTO variable(name,value) VALUES('update_start', '2003-04-19');
|
||||||
INSERT INTO variable(name,value) VALUES('theme_default','s:6:"marvin";');
|
INSERT INTO variable(name,value) VALUES('theme_default','s:6:"marvin";');
|
||||||
|
|
||||||
INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1');
|
INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1');
|
||||||
|
|
Loading…
Reference in New Issue