thomascube
2010-04-21 c69d2ae6e9571d6f6c8cc82a38761046404c6e0a
Remove this temporary check

1 files modified
5 ■■■■ changed files
program/include/rcube_contacts.php 5 ●●●● patch | view | raw | blame | history
program/include/rcube_contacts.php
@@ -39,7 +39,7 @@
  /** 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 @@
    $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;
  }