diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-31 19:42:08 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-31 19:42:08 +0000 |
commit | 4b4da3fbb1b7af0dce1fdd755083d7670841785f (patch) | |
tree | 0fffc196d317af9c210c76f73dd7ff8897cb7742 /database/database.pgsql | |
parent | ec3326679595953650e76308daac2182b7d628b9 (diff) | |
download | brdo-4b4da3fbb1b7af0dce1fdd755083d7670841785f.tar.gz brdo-4b4da3fbb1b7af0dce1fdd755083d7670841785f.tar.bz2 |
- Set the update_start variable for the Drupal 4.4.0 release.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r-- | database/database.pgsql | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |