diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-01 12:41:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-01-01 12:41:06 +0000 |
| commit | 4b87306cf89cbe5b8c7243d749aa2acffd53b48d (patch) | |
| tree | b3bfd625e59edb1b4a4b3cdff6fcac9fd1221787 /roundcubemail/program | |
| parent | 478bb82147ab981fb9e30d1e721f0e45ff589a20 (diff) | |
- Remove leftover from last commit
git-svn-id: https://svn.roundcube.net/trunk@5679 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/func.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index 99746a3aa..bb7a9850e 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/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(); |
