diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-21 16:39:31 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-21 16:39:31 +0000 |
| commit | 14e3c485dee80ea24b482dc5c95d66b5956836b2 (patch) | |
| tree | 35fc56baa13adae02e1c056e8c123c54f875dbf7 /roundcubemail/program | |
| parent | d7ceff7aedc56e3039c7a1412f0fb530a5161e55 (diff) | |
Remove this temporary check
git-svn-id: https://svn.roundcube.net/trunk@3523 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/include/rcube_contacts.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php index b8307d49a..8426f4b4a 100644 --- a/roundcubemail/program/include/rcube_contacts.php +++ b/roundcubemail/program/include/rcube_contacts.php @@ -39,7 +39,7 @@ class rcube_contacts extends rcube_addressbook /** public properties */ var $primary_key = 'contact_id'; var $readonly = false; - var $groups = false; + var $groups = true; var $list_page = 1; var $page_size = 10; var $group_id = 0; @@ -58,9 +58,6 @@ class rcube_contacts extends rcube_addressbook $this->db_name = get_table_name('contacts'); $this->user_id = $user; $this->ready = $this->db && !$this->db->is_error(); - - if (in_array('contactgroups', $this->db->list_tables())) - $this->groups = true; } |
