mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Added the var to the class variables.
This commit is contained in:
parent
26144ff687
commit
d369ae674a
@ -33,6 +33,7 @@
|
||||
var $user_context = '';
|
||||
var $group_context = '';
|
||||
var $total;
|
||||
var $account_type;
|
||||
|
||||
function accounts_()
|
||||
{
|
||||
@ -430,6 +431,7 @@
|
||||
{
|
||||
return $id_list[$account_id];
|
||||
}
|
||||
$id_list[$account_id] = '';
|
||||
|
||||
$allValues = array();
|
||||
$sri = ldap_search($this->ds, $this->group_context, "(&(gidnumber=$account_id)(phpgwaccounttype=g))");
|
||||
|
@ -34,6 +34,7 @@
|
||||
var $account_id;
|
||||
var $data;
|
||||
var $total;
|
||||
var $account_type;
|
||||
|
||||
function accounts_()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user