Changeset 81355ae in github


Ignore:
Timestamp:
Feb 21, 2008 5:27:19 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
3e33aad
Parents:
6be99cc
Message:

Correct example filter to work with the changes from r1025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/main.inc.php.dist

    r83ce4bb r81355ae  
    228228 *  'firstname_field' => 'gn',  // this field represents the contact's first name 
    229229 *  'scope'         => 'sub',   // search mode: sub|base|list 
    230  *  'filter'        => '',      // used for basic listing (if not empty) and will be &'d with search queries. ex: (status=act) 
     230 *  'filter'        => '',      // used for basic listing (if not empty) and will be &'d with search queries. example: status=act 
    231231 *  'fuzzy_search'  => true);   // server allows wildcard search 
    232232 */ 
Note: See TracChangeset for help on using the changeset viewer.