Zeile 832 | Zeile 832 |
---|
$message = htmlspecialchars_uni($message);
$postoptionschecked = array('signature' => '', 'disablesmilies' => '');
|
$message = htmlspecialchars_uni($message);
$postoptionschecked = array('signature' => '', 'disablesmilies' => '');
|
$postoptions_subscriptionmethod_dont = $postoptions_subscriptionmethod_none = $postoptions_subscriptionmethod_email = $postoptions_subscriptionmethod_pm = '';
| $subscribe = $nonesubscribe = $emailsubscribe = $pmsubscribe = '';
|
// Set up the post options. if(!empty($mybb->input['previewpost']) || $reply_errors != '')
| // Set up the post options. if(!empty($mybb->input['previewpost']) || $reply_errors != '')
|
Zeile 873 | Zeile 873 |
---|
} $subscription_method = get_subscription_method($tid); }
|
} $subscription_method = get_subscription_method($tid); }
|
${'postoptions_subscriptionmethod_'.$subscription_method} = "checked=\"checked\"";
| ${$subscription_method.'subscribe'} = "checked=\"checked\" ";
|
if($forum['allowpicons'] != 0) {
| if($forum['allowpicons'] != 0) {
|