Added the var to the class variables.

This commit is contained in:
skeeter 2002-02-15 18:55:11 +00:00
parent 26144ff687
commit d369ae674a
2 changed files with 3 additions and 0 deletions

View File

@ -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))");

View File

@ -34,6 +34,7 @@
var $account_id;
var $data;
var $total;
var $account_type;
function accounts_()
{