add missing )

This commit is contained in:
Miles Lott 2003-12-20 19:23:49 +00:00
parent c4c6251e9d
commit 9b3cb16bba

View File

@ -918,7 +918,7 @@
function load_group_apps($account_id) function load_group_apps($account_id)
{ {
$apps = CreateObject('phpgwapi.applications',(int)$account_id; $apps = CreateObject('phpgwapi.applications',(int)$account_id);
$app_list = $apps->read_account_specific(); $app_list = $apps->read_account_specific();
$account_apps = Array(); $account_apps = Array();
while(list($key,$app) = each($app_list)) while(list($key,$app) = each($app_list))