mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
8f0f2e1f0d
commit
ec7936509a
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ $test_file = 'modcp.php';
|
|||
if (!$get_info)
|
||||
{
|
||||
// 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)
|
||||
{
|
||||
define('MOD_BIRTHDAY', true);
|
||||
|
|
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue