Changeset cc90ed1 in github for program/include/rcube_contacts.php
- Timestamp:
- Jun 16, 2011 8:20:19 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 3ddca3b
- Parents:
- 1a03432
- File:
-
- 1 edited
-
program/include/rcube_contacts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_contacts.php
r62e2254 rcc90ed1 42 42 private $filter = null; 43 43 private $result = null; 44 private $name; 44 45 private $cache; 45 46 private $table_cols = array('name', 'email', 'firstname', 'surname'); … … 77 78 78 79 /** 80 * Returns addressbook name 81 */ 82 function get_name() 83 { 84 return $this->name; 85 } 86 87 88 /** 79 89 * Save a search string for future listings 80 90 * 81 * @param string SQL params to use in listing method91 * @param string SQL params to use in listing method 82 92 */ 83 93 function set_search_set($filter)
Note: See TracChangeset
for help on using the changeset viewer.
