Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* $Id: editpost.php 3095 2007-05-27 12:34:29Z CraKteR $
| * $Id: editpost.php 3478 2007-11-15 04:11:36Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 127 | Zeile 127 |
---|
}
// Password protected forums
|
}
// Password protected forums
|
check_forum_password($fid, $forum['password']);
| check_forum_password($forum['parentlist']);
|
if(!$mybb->input['attachmentaid'] && ($mybb->input['newattachment'] || ($mybb->input['action'] == "do_editpost" && $mybb->input['submit'] && $_FILES['attachment']))) {
| if(!$mybb->input['attachmentaid'] && ($mybb->input['newattachment'] || ($mybb->input['action'] == "do_editpost" && $mybb->input['submit'] && $_FILES['attachment']))) {
|
Zeile 423 | Zeile 423 |
---|
"pid" => $mybb->input['pid'], "subject" => $mybb->input['subject'], "icon" => $mybb->input['icon'],
|
"pid" => $mybb->input['pid'], "subject" => $mybb->input['subject'], "icon" => $mybb->input['icon'],
|
"uid" => $mybb->user['uid'], "username" => $mybb->user['username'],
| "uid" => $post['uid'],
|
"edit_uid" => $mybb->user['uid'], "message" => $mybb->input['message'], );
|
"edit_uid" => $mybb->user['uid'], "message" => $mybb->input['message'], );
|
| if(!$mybb->input['previewpost']) { $post['uid'] = $mybb->user['uid']; $post['username'] = $mybb->user['username']; }
|
// Set up the post options from the input. $post['options'] = array( "signature" => $mybb->input['postoptions']['signature'],
| // Set up the post options from the input. $post['options'] = array( "signature" => $mybb->input['postoptions']['signature'],
|