summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program/steps/addressbook/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc
index 9ab02dc99..52a2a1462 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -646,7 +646,7 @@ function rcmail_contact_form($form, $record, $attrib = null)
$val = $colprop['options'][$val];
else
$val = Q($val);
-console($val);
+
// use subtype as label
if ($colprop['subtypes'])
$label = rcmail_get_type_label($subtype);