Fixed a parse error

This commit is contained in:
jengo 2000-11-17 23:44:18 +00:00
parent 471f42b67a
commit c92f0fd57b

View File

@ -86,6 +86,7 @@
if (! $error) {
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;
while ($app = each($s_apps)) {