From 3a992ee8b89433d6d45dc81d9830751d0194d9fe Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sun, 01 Jan 2012 07:41:06 -0500
Subject: [PATCH] - Remove leftover from last commit

---
 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 99746a3..bb7a985 100644
--- a/program/steps/addressbook/func.inc
+++ b/program/steps/addressbook/func.inc
@@ -446,10 +446,6 @@
     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();

--
Gitblit v1.9.1