1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

- Some profile stuff :D

- Some DB stuff :D


git-svn-id: file:///svn/phpbb/trunk@6180 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2006-07-15 10:31:51 +00:00
parent 3a883600e8
commit 0bc61ae76c
5 changed files with 9 additions and 6 deletions

View File

@@ -278,7 +278,7 @@ class dbal_oracle extends dbal
// OCI->CLOB?
if (is_object($value))
{
$value = ($value->size()) ? $value->read($value->size()) : '';
$value = ociloadlob($value);
}
$result_row[strtolower($key)] = $value;