diff options
author | Philip Häusler <msquare@notrademark.de> | 2012-05-19 17:10:26 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2012-05-19 17:10:26 +0200 |
commit | aac265ec7e9e18466f3d8e4c5a78562b035c4609 (patch) | |
tree | 745c1cac485ae2d1de2e2f475a4eada4d8800a2a | |
parent | 41e10798a79895dad9d986c87f6523b9cbf9e702 (diff) |
#57 fix problem changing tel and/or dect
-rw-r--r-- | includes/pages/user_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_settings.php b/includes/pages/user_settings.php index 28fc88f1..5ea4af27 100644 --- a/includes/pages/user_settings.php +++ b/includes/pages/user_settings.php @@ -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), |