From 4b4da3fbb1b7af0dce1fdd755083d7670841785f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 Oct 2003 19:42:08 +0000 Subject: - Set the update_start variable for the Drupal 4.4.0 release. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 0e3bfd96e..1b10822fb 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -590,7 +590,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 ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1); -INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-10-22";'); +INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-10-27";'); INSERT INTO variable(name,value) VALUES('theme_default','s:6:"marvin";'); INSERT INTO users(uid,name,mail,rid) VALUES(0,'','', '1'); -- cgit v1.2.3