Zeile 77 | Zeile 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 192 | Zeile 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 273 | Zeile 275 |
---|
} }
|
} }
|
if($mybb->input['no_modal'])
| if($mybb->get_input('no_modal'))
|
{ echo $report_reasons; exit;
| { echo $report_reasons; exit;
|