Zeile 610 | Zeile 610 |
---|
}
$postoptionschecked = array('signature' => '', 'disablesmilies' => '');
|
}
$postoptionschecked = array('signature' => '', 'disablesmilies' => '');
|
$postoptions_subscriptionmethod_dont = $postoptions_subscriptionmethod_none = $postoptions_subscriptionmethod_email = $postoptions_subscriptionmethod_pm = '';
| $subscribe = $nonesubscribe = $emailsubscribe = $pmsubscribe = '';
|
$postpollchecked = '';
// Check the various post options if we're
| $postpollchecked = '';
// Check the various post options if we're
|
Zeile 671 | Zeile 671 |
---|
$numpolloptions = "2"; }
|
$numpolloptions = "2"; }
|
${'postoptions_subscriptionmethod_'.$subscription_method} = "checked=\"checked\"";
| ${$subscription_method.'subscribe'} = "checked=\"checked\" ";
|
$preview = '';
// If we're previewing a post then generate the preview.
| $preview = '';
// If we're previewing a post then generate the preview.
|