mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
"removed unnecessary include"
This commit is contained in:
parent
9e85c8e343
commit
b4540c337c
@ -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'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user