- Use '=' operator instead of LIKE

release-0.6
alecpl 14 years ago
parent 3d6c04ddf0
commit 3e696da28e

@ -595,7 +595,7 @@ class rcube_contacts extends rcube_addressbook
"SELECT 1 FROM ".get_table_name('contactgroups'). "SELECT 1 FROM ".get_table_name('contactgroups').
" WHERE del<>1". " WHERE del<>1".
" AND user_id=?". " AND user_id=?".
" AND name LIKE ?", " AND name=?",
$this->user_id, $this->user_id,
$checkname); $checkname);

Loading…
Cancel
Save