1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

PGSQL is pretty strict about datatypes

git-svn-id: file:///svn/phpbb/trunk@7555 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-05-12 17:37:25 +00:00
parent 6d0c0bf0b3
commit 99815fbb77
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ if (!$get_info)
'target' => BANLIST_TABLE,
array('ban_ip', 'banlist.ban_ip', ''),
array('ban_userid', '0', ''),
array('ban_userid', 0, ''),
array('ban_email', '', ''),
array('ban_reason', '', ''),
array('ban_give_reason', '', ''),