forked from extern/egroupware
Fix (?) for cat_id... i just don't know anymore
This commit is contained in:
parent
fabda30701
commit
5d4eb501d5
@ -49,7 +49,7 @@
|
|||||||
$this->read_sessiondata();
|
$this->read_sessiondata();
|
||||||
$this->use_session = True;
|
$this->use_session = True;
|
||||||
}
|
}
|
||||||
global $start,$limit,$query,$sort,$order,$filter,$cat_id;
|
global $start,$limit,$query,$sort,$order,$filter,$cat_id,$fcat_id;
|
||||||
|
|
||||||
if(!empty($start) || ($start == "0" ))
|
if(!empty($start) || ($start == "0" ))
|
||||||
{
|
{
|
||||||
@ -61,7 +61,7 @@
|
|||||||
if(!empty($sort)) { $this->sort = $sort; }
|
if(!empty($sort)) { $this->sort = $sort; }
|
||||||
if(!empty($order)) { $this->order = $order; }
|
if(!empty($order)) { $this->order = $order; }
|
||||||
if(!empty($filter)) { $this->filter = $filter; }
|
if(!empty($filter)) { $this->filter = $filter; }
|
||||||
$this->cat_id = $cat_id;
|
if(!empty($fcat_id)) { $this->cat_id = $fcat_id; }
|
||||||
}
|
}
|
||||||
|
|
||||||
function save_sessiondata()
|
function save_sessiondata()
|
||||||
|
Loading…
Reference in New Issue
Block a user