1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 08:35:31 +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

@ -142,7 +142,7 @@ $test_file = 'modcp.php';
if (!$get_info) if (!$get_info)
{ {
// Test to see if the birthday MOD is installed on the source forum // Test to see if the birthday MOD is installed on the source forum
// Nils' birthday mod // Niels' birthday mod
if (get_config_value('birthday_required') !== false) if (get_config_value('birthday_required') !== false)
{ {
define('MOD_BIRTHDAY', true); define('MOD_BIRTHDAY', true);

View File

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