sql error on contact removal

This commit is contained in:
friendica 2013-04-19 04:47:49 -07:00
parent 9e22ec928b
commit 868a1877d2
3 changed files with 1688 additions and 1687 deletions

View File

@ -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)
);

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
2013-04-18.287
2013-04-19.288