thomascube
2009-07-13 c6514e01f9486b871ee07928497bafdab3b438e8
program/include/rcube_contacts.php
@@ -154,7 +154,7 @@
    {
      if ($col == 'ID' || $col == $this->primary_key)
      {
        $ids = !is_array($value) ? split(',', $value) : $value;
        $ids = !is_array($value) ? explode(',', $value) : $value;
        $add_where[] = $this->primary_key.' IN ('.join(',', $ids).')';
      }
      else if ($strict)