new applications class - not used

This commit is contained in:
skeeter 2001-01-19 04:15:58 +00:00
parent 5f85de1ccc
commit fb4c04b950

View File

@ -63,8 +63,8 @@
}
if($owner_found) {
$this->set_var("account_id",$lid);
$this->read_user_apps($this->set_var("account_id"));
$this->read_group_apps($this->set_var("account_id"));
$this->read_user_apps($this->get_var("account_id"));
$this->read_group_apps($this->get_var("account_id"));
}
}
}