thomascube
2009-07-15 57f0c81f2cc0518ed7ab107e16e6cadb8dfc53b0
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)