mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-30 04:38:21 +02:00
Fix a minor typo in postgres database handling [Bug #393]
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5539 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
66e5ae69f0
commit
f2980c0310
@ -516,7 +516,7 @@ function get_table_content_postgresql($table, $handler)
|
||||
}
|
||||
elseif (eregi("date|timestamp", $aryType[$i]))
|
||||
{
|
||||
if ($empty($strVal))
|
||||
if (empty($strVal))
|
||||
{
|
||||
$strQuote = "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user