diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-08-21 19:30:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-08-21 19:30:48 +0000 |
commit | 405d2a3f10daaf4a90235acc10a23e2dc92b0d30 (patch) | |
tree | 6748bb3b854ec17e99a30f0cddc2bef1d9c5ed7f | |
parent | 022db9a21a814ea2fcb6bcaa1938760b83fb5c05 (diff) | |
download | brdo-405d2a3f10daaf4a90235acc10a23e2dc92b0d30.tar.gz brdo-405d2a3f10daaf4a90235acc10a23e2dc92b0d30.tar.bz2 |
- Fixed typo in database.pgsql. Patch by Michael.
-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 26eb6afe1..6e042464f 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -576,7 +576,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-04-19";'); +INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-04-19";'); INSERT INTO variable(name,value) VALUES('theme_default','s:6:"marvin";'); INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1'); |