mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
php3 array fixes
This commit is contained in:
parent
fb0c7dced6
commit
54f987a321
@ -394,7 +394,7 @@
|
|||||||
'query_value' => urlencode(stripslashes($query)),
|
'query_value' => urlencode(stripslashes($query)),
|
||||||
'th_bg' => $phpgw_info['theme']['th_bg'],
|
'th_bg' => $phpgw_info['theme']['th_bg'],
|
||||||
'search' => $this->search($search_obj),
|
'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);
|
$this->template->set_var($var);
|
||||||
return $this->template->fp('out','search_filter');
|
return $this->template->fp('out','search_filter');
|
||||||
@ -427,7 +427,7 @@
|
|||||||
'query_value' => urlencode(stripslashes($query)),
|
'query_value' => urlencode(stripslashes($query)),
|
||||||
'th_bg' => $phpgw_info['theme']['th_bg'],
|
'th_bg' => $phpgw_info['theme']['th_bg'],
|
||||||
'search' => $this->search($search_obj),
|
'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);
|
$this->template->set_var($var);
|
||||||
return $this->template->fp('out','cats_search_filter');
|
return $this->template->fp('out','cats_search_filter');
|
||||||
@ -526,7 +526,7 @@
|
|||||||
{
|
{
|
||||||
if ($filter_obj == 1)
|
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);
|
$indexlimit = count($user_groups);
|
||||||
|
|
||||||
if ($yours)
|
if ($yours)
|
||||||
|
Loading…
Reference in New Issue
Block a user