"removed unnecessary include"

This commit is contained in:
Ralf Becker 2008-10-07 12:24:15 +00:00
parent 9e85c8e343
commit b4540c337c

View File

@ -10,8 +10,6 @@
* @version $Id$ * @version $Id$
*/ */
require_once(EGW_INCLUDE_ROOT.'/etemplate/inc/class.uietemplate.inc.php');
/** /**
* SiteMgr contact form for the addressbook * SiteMgr contact form for the addressbook
* *
@ -159,13 +157,13 @@ class addressbook_contactform
{ {
$content['show'][$name] = 'postcode_city'; $content['show'][$name] = 'postcode_city';
} }
} }
else else
{ {
$content['show'][$name] = true; $content['show'][$name] = true;
} }
} }
// reset the timestamp // reset the timestamp
$preserv['start_time'] = time(); $preserv['start_time'] = time();
} }
$content['addr_format'] = $GLOBALS['egw_info']['user']['preferences']['addressbook']['addr_format']; $content['addr_format'] = $GLOBALS['egw_info']['user']['preferences']['addressbook']['addr_format'];