@@ -112,7 +112,7 @@ function comment_user($type, $edit, &$user) {
...
@@ -112,7 +112,7 @@ function comment_user($type, $edit, &$user) {
break;
break;
case"edit_form":
case"edit_form":
// when user tries to edit his own data
// when user tries to edit his own data
returnform_textarea(t("Signature"),"signature",$edit["signature"],70,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".form_allowed_tags_text());
returnform_textarea(t("Signature"),"signature",$user->signature,70,3,t("Your signature will be publicly displayed at the end of your comments.")."<br />".form_allowed_tags_text());