Changeset 5399 in subversion
- Timestamp:
- Nov 8, 2011 6:40:56 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_contacts.php
r5328 r5399 42 42 private $filter = null; 43 43 private $result = null; 44 private $name;45 44 private $cache; 46 45 private $table_cols = array('name', 'email', 'firstname', 'surname'); … … 51 50 // public properties 52 51 public $primary_key = 'contact_id'; 52 public $name; 53 53 public $readonly = false; 54 54 public $groups = true;
Note: See TracChangeset
for help on using the changeset viewer.
