diff options
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/addressbook/func.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/program/steps/addressbook/func.inc b/program/steps/addressbook/func.inc index 99746a3aa..bb7a9850e 100644 --- a/program/steps/addressbook/func.inc +++ b/program/steps/addressbook/func.inc @@ -446,10 +446,6 @@ function rcmail_contact_form($form, $record, $attrib = null) unset($attrib['deleteicon']); $out = ''; - $RCMAIL->output->set_env('date_format', - strtr($RCMAIL->config->get('date_format', 'Y-m-d'), - array('y'=>'y', 'Y'=>'yy', 'm'=>'mm', 'n'=>'m', 'd'=>'dd', 'j'=>'d'))); - // get default coltypes $coltypes = $GLOBALS['CONTACT_COLTYPES']; $coltype_labels = array(); |