diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-05 17:01:07 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-05-05 17:01:07 +0000 |
commit | 81c7144f6847e964057762e94dc197ac77a8f24e (patch) | |
tree | d84aed9aaf8c78ef4e199b9d20ebf54d86fbc378 /phpBB/includes/db/mysql.php | |
parent | b576d6af0a9c0c78f379ca09069648d87364e1a0 (diff) | |
download | forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.gz forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.bz2 forums-81c7144f6847e964057762e94dc197ac77a8f24e.tar.xz forums-81c7144f6847e964057762e94dc197ac77a8f24e.zip |
- updated oracle schema/db files
- updated sqlite schema/db files
git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/db/mysql.php')
-rw-r--r-- | phpBB/includes/db/mysql.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/db/mysql.php b/phpBB/includes/db/mysql.php index bbc4b5d289..b12480e9f9 100644 --- a/phpBB/includes/db/mysql.php +++ b/phpBB/includes/db/mysql.php @@ -337,8 +337,10 @@ class sql_db } } } + return $result; } + return false; } |