sql error on contact removal
This commit is contained in:
parent
9e22ec928b
commit
868a1877d2
@ -247,7 +247,7 @@ function contact_remove($channel_id, $abook_id) {
|
||||
intval($channel_id)
|
||||
);
|
||||
|
||||
q("delete from abook where abook_id = %d and channel_id = %d limit 1",
|
||||
q("delete from abook where abook_id = %d and abook_channel = %d limit 1",
|
||||
intval($abook['abook_id']),
|
||||
intval($channel_id)
|
||||
);
|
||||
|
3371
util/messages.po
3371
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
2013-04-18.287
|
||||
2013-04-19.288
|
||||
|
Reference in New Issue
Block a user