mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 05:36:30 +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:
@ -516,7 +516,7 @@ function get_table_content_postgresql($table, $handler)
|
||||
}
|
||||
elseif (eregi("date|timestamp", $aryType[$i]))
|
||||
{
|
||||
if ($empty($strVal))
|
||||
if (empty($strVal))
|
||||
{
|
||||
$strQuote = "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user