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

do not reset complete convert_row. :o

git-svn-id: file:///svn/phpbb/trunk@6853 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-01-07 16:27:26 +00:00
parent 8f0f2e1f0d
commit ec7936509a
2 changed files with 2 additions and 2 deletions

View File

@@ -957,7 +957,7 @@ function phpbb_prepare_message($message)
if (!$message)
{
$convert->row['mp_bbcode_bitfield'] = $convert_row = 0;
$convert->row['mp_bbcode_bitfield'] = $convert_row['mp_bbcode_bitfield'] = 0;
return '';
}