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

@ -106,6 +106,8 @@
}
function adminMenu()
{
if ($GLOBALS['phpgw_info']['server']['account_repository'] == "ldap")
{
$data = Array
(
@ -119,6 +121,7 @@
$menuData[] = $data;
}
}
function appendMessage($_folderName, $_header, $_body, $_flags)
{