mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue