mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
Stupid error
git-svn-id: file:///svn/phpbb/trunk@84 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -89,6 +89,7 @@ else
|
|||||||
}
|
}
|
||||||
$username_input = '<input type="text" name="username" value="'.$username.'" size="25" maxlength="50">';
|
$username_input = '<input type="text" name="username" value="'.$username.'" size="25" maxlength="50">';
|
||||||
$password_input = '<input type="password" name="password" size="25" maxlenght="40">';
|
$password_input = '<input type="password" name="password" size="25" maxlenght="40">';
|
||||||
|
}
|
||||||
$subject_input = '<input type="text" name="subject" value="'.$subject.'" size="50" maxlenght="255">';
|
$subject_input = '<input type="text" name="subject" value="'.$subject.'" size="50" maxlenght="255">';
|
||||||
$message_input = '<textarea name="message" rows="10" cols="35" wrap="virtual">'.$message.'</textarea>';
|
$message_input = '<textarea name="message" rows="10" cols="35" wrap="virtual">'.$message.'</textarea>';
|
||||||
if($allow_html)
|
if($allow_html)
|
||||||
@ -140,7 +141,7 @@ else
|
|||||||
$notify_toggle .= "checked";
|
$notify_toggle .= "checked";
|
||||||
}
|
}
|
||||||
$notify_toggle .= "> $l_notify";
|
$notify_toggle .= "> $l_notify";
|
||||||
}
|
|
||||||
|
|
||||||
$template->set_var(array("L_ABOUTPOST" => $l_aboutpost,
|
$template->set_var(array("L_ABOUTPOST" => $l_aboutpost,
|
||||||
"L_SUBJECT" => $l_subject,
|
"L_SUBJECT" => $l_subject,
|
||||||
|
Reference in New Issue
Block a user