Zeile 417 | Zeile 417 |
---|
else { $away = "no";
|
else { $away = "no";
|
$awaydate = "";
| $awaydate = "0";
|
$returndate = ""; $mybb->input['awayreason'] = ""; }
| $returndate = ""; $mybb->input['awayreason'] = ""; }
|
Zeile 816 | Zeile 816 |
---|
{ $mybb->input['language'] = ""; }
|
{ $mybb->input['language'] = ""; }
|
| if($mybb->input['threadmode'] != "threaded") { $mybb->input['threadmode'] = "linear"; }
|
$updatedoptions = array( "allownotices" => $mybb->input['allownotices'], "hideemail" => $mybb->input['hideemail'],
| $updatedoptions = array( "allownotices" => $mybb->input['allownotices'], "hideemail" => $mybb->input['hideemail'],
|
Zeile 1492 | Zeile 1497 |
---|
elseif($mybb->input['action'] == "notepad") { $plugins->run_hooks("usercp_notepad_start");
|
elseif($mybb->input['action'] == "notepad") { $plugins->run_hooks("usercp_notepad_start");
|
| $mybbuser['notepad'] = htmlspecialchars($mybbuser['notepad']);
|
eval("\$notepad = \"".$templates->get("usercp_notepad")."\";"); $plugins->run_hooks("usercp_notepad_end"); outputpage($notepad);
| eval("\$notepad = \"".$templates->get("usercp_notepad")."\";"); $plugins->run_hooks("usercp_notepad_end"); outputpage($notepad);
|