Vergleich usercp.php - 1.01 - 1.04

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 417Zeile 417
	else
{
$away = "no";

	else
{
$away = "no";

		$awaydate = "";

		$awaydate = "0";

		$returndate = "";
$mybb->input['awayreason'] = "";
}

		$returndate = "";
$mybb->input['awayreason'] = "";
}

Zeile 816Zeile 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 1492Zeile 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);