Changeset 3523 in subversion
- Timestamp:
- Apr 21, 2010 12:39:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_contacts.php
r3489 r3523 40 40 var $primary_key = 'contact_id'; 41 41 var $readonly = false; 42 var $groups = false;42 var $groups = true; 43 43 var $list_page = 1; 44 44 var $page_size = 10; … … 59 59 $this->user_id = $user; 60 60 $this->ready = $this->db && !$this->db->is_error(); 61 62 if (in_array('contactgroups', $this->db->list_tables()))63 $this->groups = true;64 61 } 65 62
Note: See TracChangeset
for help on using the changeset viewer.
