Ignore:
Timestamp:
01/07/09 17:14:51 (15 years ago)
Author:
niltonneto
Message:

Resolve #348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/class.bocategories.inc.php

    r2 r577  
    9696                } 
    9797 
    98                 function get_list() 
     98                function get_list($id_group) 
    9999                { 
    100                         if($this->debug) { echo '<br>querying: "' . $this->query . '"'; } 
    101                         return $this->cats->return_sorted_array($this->start,True,$this->query,$this->sort,$this->order,True); 
     100                        if($this->debug) { echo '<br>querying: "' . $this->query . '"'; }                        
     101                        return $this->cats->return_sorted_array($this->start,True,$this->query,$this->sort,$this->order,True,'',$id_group); 
    102102                } 
    103103 
Note: See TracChangeset for help on using the changeset viewer.