From 54f987a321a34cb3f9e3362696444958a58762e1 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 6 Aug 2001 00:23:38 +0000 Subject: [PATCH] php3 array fixes --- phpgwapi/inc/class.nextmatchs.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.nextmatchs.inc.php b/phpgwapi/inc/class.nextmatchs.inc.php index 64ba34c7d3..a56d36a68c 100644 --- a/phpgwapi/inc/class.nextmatchs.inc.php +++ b/phpgwapi/inc/class.nextmatchs.inc.php @@ -394,7 +394,7 @@ 'query_value' => urlencode(stripslashes($query)), 'th_bg' => $phpgw_info['theme']['th_bg'], 'search' => $this->search($search_obj), - 'filter' => ($filter_obj?$this->filter($filter_obj,$yours):''), + 'filter' => ($filter_obj?$this->filter($filter_obj,$yours):'') ); $this->template->set_var($var); return $this->template->fp('out','search_filter'); @@ -427,7 +427,7 @@ 'query_value' => urlencode(stripslashes($query)), 'th_bg' => $phpgw_info['theme']['th_bg'], 'search' => $this->search($search_obj), - 'filter' => ($filter_obj?$this->filter($filter_obj,$yours):''), + 'filter' => ($filter_obj?$this->filter($filter_obj,$yours):'') ); $this->template->set_var($var); return $this->template->fp('out','cats_search_filter'); @@ -526,7 +526,7 @@ { if ($filter_obj == 1) { -// $user_groups = $phpgw->accounts->memberships($phpgw_info['user']['account_id']); +// $user_groups = $phpgw->accounts->membership($phpgw_info['user']['account_id']); $indexlimit = count($user_groups); if ($yours)