From 6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Thu, 21 Jun 2001 03:20:37 +0000 Subject: Working on getting Oracle functional. Almost there, need to deal with the 'AUTO INCREMENT' issue git-svn-id: file:///svn/phpbb/trunk@520 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index 09dcdb6e6e..b9e2d46cce 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -96,7 +96,7 @@ if(!$result = $db->sql_query($sql)) else { $config = $db->sql_fetchrow($result); - + $board_config['sitename'] = stripslashes($config['sitename']); $board_config['allow_html'] = $config['allow_html']; $board_config['allow_bbcode'] = $config['allow_bbcode']; -- cgit v1.2.1