From aac265ec7e9e18466f3d8e4c5a78562b035c4609 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 19 May 2012 17:10:26 +0200 Subject: #57 fix problem changing tel and/or dect --- includes/pages/user_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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), -- cgit v1.2.3-54-g00ecf