Vergleich report.php - 1.8.22 - 1.8.30

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 77Zeile 77
			$button = '#post_'.$id.' .postbit_report';
}


			$button = '#post_'.$id.' .postbit_report';
}


		// Password protected forums ......... yhummmmy!

 
		$id3 = $forum['fid'];

		$id3 = $forum['fid'];

		check_forum_password($forum['parentlist']);




// Password protected forums ......... yhummmmy!
check_forum_password($forum['fid']);

	}
}
else if($report_type == 'profile')

	}
}
else if($report_type == 'profile')

Zeile 192Zeile 193
			$reason = $db->fetch_array($query);

$new_report['reasonid'] = $reason['rid'];

			$reason = $db->fetch_array($query);

$new_report['reasonid'] = $reason['rid'];

 
			$new_report['reason'] = '';


if($reason['extra'])
{


if($reason['extra'])
{

Zeile 273Zeile 275
		}
}


		}
}


	if($mybb->input['no_modal'])

	if($mybb->get_input('no_modal'))

	{
echo $report_reasons;
exit;

	{
echo $report_reasons;
exit;