#57 fix problem changing tel and/or dect

This commit is contained in:
Philip Häusler 2012-05-19 17:10:26 +02:00
parent 41e10798a7
commit aac265ec7e
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function user_settings() {
form_text('prename', Get_Text("makeuser_Vorname"), $prename),
form_text('age', Get_Text("makeuser_Alter"), $age),
form_text('tel', Get_Text("makeuser_Telefon"), $tel),
form_text('dect', Get_Text("makeuser_DECT"), $tel),
form_text('dect', Get_Text("makeuser_DECT"), $dect),
form_text('mobile', Get_Text("makeuser_Handy"), $mobile),
form_text('mail', Get_Text("makeuser_E-Mail") . "*", $mail),
form_text('icq', "ICQ", $icq),