From 8877c8c2925e6d67d4c4022b359fd3d65d76b0b9 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 22 Apr 2010 11:30:19 +0000 Subject: - Use '=' operator instead of LIKE git-svn-id: https://svn.roundcube.net/trunk@3530 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_contacts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include') diff --git a/roundcubemail/program/include/rcube_contacts.php b/roundcubemail/program/include/rcube_contacts.php index f243e1074..897d1f479 100644 --- a/roundcubemail/program/include/rcube_contacts.php +++ b/roundcubemail/program/include/rcube_contacts.php @@ -595,7 +595,7 @@ class rcube_contacts extends rcube_addressbook "SELECT 1 FROM ".get_table_name('contactgroups'). " WHERE del<>1". " AND user_id=?". - " AND name LIKE ?", + " AND name=?", $this->user_id, $checkname); -- cgit v1.2.3