forked from extern/egroupware
minor changes
This commit is contained in:
parent
d8fa0de0b4
commit
b38b7d975e
@ -105,6 +105,7 @@
|
||||
}
|
||||
}
|
||||
$apps->save_apps();
|
||||
@reset($new_permissions);
|
||||
|
||||
$cd = account_edit(array('loginid' => $n_loginid, 'firstname' => $n_firstname,
|
||||
'lastname' => $n_lastname, 'passwd' => $n_passwd,
|
||||
|
@ -141,7 +141,7 @@
|
||||
$name = $this->db->f("app_name");
|
||||
$title = $this->db->f("app_title");
|
||||
$status = $this->db->f("app_enabled");
|
||||
$phpgw_info["apps"]["$name"] = array("title" => $title, "name" => $name, "enabled" => True, "status" => $status);
|
||||
$phpgw_info["apps"][$name] = array("title" => $title, "name" => $name, "enabled" => True, "status" => $status);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user