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$
| * $Id: usercp.php 924 2005-12-05 12:25:54Z chris $
|
*/ define("KILL_GLOBALS", 1);
| */ define("KILL_GLOBALS", 1);
|
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);
|