From c1bdb408390104f6c332037b980af4f31dc6bb2b Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Wed, 2 Jan 2002 07:19:23 +0000 Subject: Fixed parse error in install.php git-svn-id: file:///svn/phpbb/trunk@1772 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') diff --git a/phpBB/install.php b/phpBB/install.php index 57df85c44a..eb1af053ff 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -755,7 +755,7 @@ else { $sql = "ALTER TABLE " . $table_prefix . "sessions TYPE=HEAP"; - $db->sql_query($sql)) + $db->sql_query($sql); } } } -- cgit v1.2.1