1
0
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:
Graham Eames 2006-02-10 20:35:40 +00:00
parent 66e5ae69f0
commit f2980c0310

View File

@ -516,7 +516,7 @@ function get_table_content_postgresql($table, $handler)
}
elseif (eregi("date|timestamp", $aryType[$i]))
{
if ($empty($strVal))
if (empty($strVal))
{
$strQuote = "";
}