display stored dect number in settings

This commit is contained in:
Philip Häusler 2013-12-01 21:20:56 +01:00
parent 988f7509d7
commit c1539ef5bb
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ function user_settings() {
form_text('prename', _("First name"), $prename),
form_text('age', _("Age"), $age),
form_text('tel', _("Phone"), $tel),
form_text('dect', _("DECT"), $tel),
form_text('dect', _("DECT"), $dect),
form_text('mobile', _("Mobile"), $mobile),
form_text('mail', _("E-Mail") . "*", $mail),
form_text('icq', _("ICQ"), $icq),