diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-21 03:20:37 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-06-21 03:20:37 +0000 |
| commit | 6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2 (patch) | |
| tree | fd557329f27ccde5ab042424054467c6076327ec /phpBB/common.php | |
| parent | 8276d5728c8ab62d788d152a1e2eddc300b70cfa (diff) | |
| download | forums-6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2.tar forums-6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2.tar.gz forums-6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2.tar.bz2 forums-6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2.tar.xz forums-6e9bc6b0fccd529904d7e4ccc1e04c4c0c5967e2.zip | |
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
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']; |
