Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.accounts.inc.php

    r7673 r7681  
    189189                 * @param $param['query'] string to search for, no search if unset or empty 
    190190                 * @param $param['query_type'] string: 
    191                  *      'all'   - query all fields for containing $param[query] 
    192                  *      'start' - query all fields starting with $param[query] 
    193                  *      'exact' - query all fields for exact $param[query] 
    194                  *      'lid','firstname','lastname','email' - query only the given field for containing $param[query] 
     191                 *      'all'   - query all fields for containing $param['query'] 
     192                 *      'start' - query all fields starting with $param['query'] 
     193                 *      'exact' - query all fields for exact $param['query'] 
     194                 *      'lid','firstname','lastname','email' - query only the given field for containing $param['query'] 
    195195                 * @param $param['app'] string with an app-name, to limit result on accounts with run-right for that app 
    196196                 * @param $param['offset'] int - number of matches to return if start given, default use the value in the prefs 
     
    251251                                        $this->total = $account_search[$serial2]['total']; 
    252252                                } 
    253                                 //echo "accounts_::get_list($param[type],$param[start],$param[sort],$param[order],$param[query],$param[offset],$param[query_type]) returned<pre>".print_r($account_search[$serial2],True)."</pre>\n"; 
     253                                //echo "accounts_::get_list({$param['type']},{$param['start']},{$param['sort']},{$param['order']},{$param['query']},{$param['offset']},{$param['query_type']}) returned<pre>".print_r($account_search[$serial2],True)."</pre>\n"; 
    254254                                if ($app || $group)     // limit the search on accounts with run-rights for app or a group 
    255255                                { 
Note: See TracChangeset for help on using the changeset viewer.