Zeile 423 | Zeile 423 |
---|
} // Make sure we are looking at a real thread here.
|
} // Make sure we are looking at a real thread here.
|
if(!$thread['tid'] || ($thread['visible'] == 0 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))
| if(!$thread || ($thread['visible'] != 1 && $ismod == false) || ($thread['visible'] > 1 && $ismod == true))
|
{ error($lang->error_invalidthread); }
| { error($lang->error_invalidthread); }
|
Zeile 486 | Zeile 486 |
---|
$smilies = ''; if($mybb->input['popup']) { // make small popup list of smilies
|
$smilies = ''; if($mybb->input['popup']) { // make small popup list of smilies
|
$editor = addslashes(htmlentities($mybb->input['editor']));
| $editor = preg_replace('#([^a-zA-Z0-9_-]+)#', '', $mybb->input['editor']);
|
$e = 1; $class = "trow1"; $smilies = "<tr>";
| $e = 1; $class = "trow1"; $smilies = "<tr>";
|