From e1cf53ef1845cdfbb315a8b1e1d5b820431eef8c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 03 Aug 2012 06:54:50 -0400 Subject: [PATCH] Remove debug code --- 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 a80240b..5f5fcc6 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -643,7 +643,7 @@ $val = $colprop['options'][$val]; else $val = Q($val); -console($val); + // use subtype as label if ($colprop['subtypes']) $label = rcmail_get_type_label($subtype); -- Gitblit v1.9.1