diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-03 12:55:34 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-03 12:55:34 +0200 |
commit | 713ae03bf4ba9aec572fe004f105c4eb967d2722 (patch) | |
tree | 3eafc984960d49cdc0d6e67e34c4980693547b61 /program/steps/addressbook | |
parent | 6ec384479029dd15022e1ffde18bd4ceefc3bae3 (diff) |
Remove debug code
Diffstat (limited to 'program/steps/addressbook')
-rw-r--r-- | program/steps/addressbook/func.inc | 2 |
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); |