diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-03 12:54:50 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-03 12:54:50 +0200 |
commit | e1cf53ef1845cdfbb315a8b1e1d5b820431eef8c (patch) | |
tree | 9690854a7363ee174036d1921dc177d4a0a44bc9 /program | |
parent | 9763581d81af8e3112edc3617a7dc254cdadc3cf (diff) |
Remove debug code
Diffstat (limited to 'program')
-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 a80240b65..5f5fcc673 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -643,7 +643,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); |