Changeset 3523 in subversion


Ignore:
Timestamp:
Apr 21, 2010 12:39:31 PM (3 years ago)
Author:
thomasb
Message:

Remove this temporary check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_contacts.php

    r3489 r3523  
    4040  var $primary_key = 'contact_id'; 
    4141  var $readonly = false; 
    42   var $groups = false; 
     42  var $groups = true; 
    4343  var $list_page = 1; 
    4444  var $page_size = 10; 
     
    5959    $this->user_id = $user; 
    6060    $this->ready = $this->db && !$this->db->is_error(); 
    61      
    62     if (in_array('contactgroups', $this->db->list_tables())) 
    63       $this->groups = true; 
    6461  } 
    6562 
Note: See TracChangeset for help on using the changeset viewer.