sync with head - fix for bug #914383: WE will only display this link, if LDAP is used for accounts and

defined in setup as such. Other users dont get confused then.
This commit is contained in:
ak703 2004-08-25 20:53:39 +00:00
parent a09332a13d
commit 71ef369120

View File

@ -107,8 +107,10 @@
function adminMenu()
{
$data = Array
(
if ($GLOBALS['phpgw_info']['server']['account_repository'] == "ldap")
{
$data = Array
(
'description' => 'email settings',
'url' => '/index.php',
'extradata' => 'menuaction=emailadmin.uiuserdata.editUserData'
@ -118,6 +120,7 @@
global $menuData;
$menuData[] = $data;
}
}
function appendMessage($_folderName, $_header, $_body, $_flags)