From fb4c04b950aa5b4148cd4b1dab7d6ba2fd7d64f2 Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 19 Jan 2001 04:15:58 +0000 Subject: [PATCH] new applications class - not used --- phpgwapi/inc/class.applications.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.applications.inc.php b/phpgwapi/inc/class.applications.inc.php index e3d9d20306..2d90b2f1a3 100755 --- a/phpgwapi/inc/class.applications.inc.php +++ b/phpgwapi/inc/class.applications.inc.php @@ -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")); } } }