Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id: private.php 2175 2006-08-31 04:27:16Z Tikitiki $
| * $Id: private.php 2265 2006-09-26 14:49:36Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 217 | Zeile 217 |
---|
$post['icon'] = $mybb->input['icon']; $post['smilieoff'] = $options['disablesmilies']; $post['dateline'] = time();
|
$post['icon'] = $mybb->input['icon']; $post['smilieoff'] = $options['disablesmilies']; $post['dateline'] = time();
|
| if(!$options['signature']) { $post['includesig'] = 'no'; } else { $post['includesig'] = 'yes'; } if(!$options['signature']) { $post['includesig'] = 'no'; } else { $post['includesig'] = 'yes'; }
|
$postbit = build_postbit($post, 2); eval("\$preview = \"".$templates->get("previewpost")."\";");
| $postbit = build_postbit($post, 2); eval("\$preview = \"".$templates->get("previewpost")."\";");
|