From 4b87306cf89cbe5b8c7243d749aa2acffd53b48d Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 1 Jan 2012 12:41:06 +0000 Subject: - Remove leftover from last commit git-svn-id: https://svn.roundcube.net/trunk@5679 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/addressbook/func.inc | 4 ---- 1 file changed, 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(); -- cgit v1.2.3