From 405d2a3f10daaf4a90235acc10a23e2dc92b0d30 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 Aug 2003 19:30:48 +0000 Subject: - Fixed typo in database.pgsql. Patch by Michael. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database') 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'); -- cgit v1.2.3