Changeset 5129 for trunk/preferences/inc


Ignore:
Timestamp:
11/03/11 10:15:37 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/preferences/inc/class.uicategories.inc.php

    r1623 r5129  
    9797                        $cats_level  = get_var('cats_level',array('GET','POST')); 
    9898 
     99                        $this->bo->query = get_var('query',array('GET','POST')); 
     100                        $this->bo->order = get_var('order',array('GET','POST')); 
     101                        $this->bo->start = get_var('start',array('GET','POST')); 
     102                        $this->bo->sort  = get_var('sort',array('GET','POST')); 
     103                        $this->query = get_var('query',array('GET','POST')); 
     104                        $this->order = get_var('order',array('GET','POST')); 
     105                        $this->start = get_var('start',array('GET','POST')); 
     106                        $this->sort  = get_var('sort',array('GET','POST')); 
     107                        $GLOBALS['query'] = get_var('query',array('GET','POST')); 
     108 
    99109                        $link_data = array 
    100110                        ( 
Note: See TracChangeset for help on using the changeset viewer.