diff options
author | alecpl <alec@alec.pl> | 2012-01-01 12:41:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-01-01 12:41:06 +0000 |
commit | 3a992ee8b89433d6d45dc81d9830751d0194d9fe (patch) | |
tree | 05b07dfc51dd6f1775c99313630986db4adcdadf /program/steps/addressbook/func.inc | |
parent | 89c30a00a71988c8db632f8f3cc94ed241bdaa1f (diff) |
- Remove leftover from last commit
Diffstat (limited to 'program/steps/addressbook/func.inc')
-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(); |