mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Fixed a parse error
This commit is contained in:
parent
471f42b67a
commit
c92f0fd57b
@ -86,6 +86,7 @@
|
|||||||
|
|
||||||
if (! $error) {
|
if (! $error) {
|
||||||
include($phpgw_info["server"]["api_dir"] . "/phpgw_accounts_ldap.inc.php");
|
include($phpgw_info["server"]["api_dir"] . "/phpgw_accounts_ldap.inc.php");
|
||||||
|
include($phpgw_info["server"]["api_dir"] . "/phpgw_accounts_shared.inc.php");
|
||||||
$accounts = new accounts;
|
$accounts = new accounts;
|
||||||
|
|
||||||
while ($app = each($s_apps)) {
|
while ($app = each($s_apps)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user