From e94de227799f878e3e577c637a3b5148c7c37254 Mon Sep 17 00:00:00 2001
From: yllar <yllar.pajus@gmail.com>
Date: Sun, 03 Aug 2008 17:39:41 -0400
Subject: [PATCH] de_DE update
---
program/include/rcube_contacts.php | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php
index a9d1614..913f04f 100644
--- a/program/include/rcube_contacts.php
+++ b/program/include/rcube_contacts.php
@@ -393,13 +393,8 @@
*/
function delete_all()
{
- if (is_array($ids))
- $ids = join(',', $ids);
-
- $this->db->query("DELETE FROM {$this->db_name} WHERE user_id=?", $this->user_id);
+ $this->db->query("DELETE FROM {$this->db_name} WHERE user_id=?", $this->user_id);
return $this->db->affected_rows();
}
}
-
-
--
Gitblit v1.9.1