parent
52ad5b7df5
commit
7062a7ce66
@ -382,7 +382,7 @@ function contact_remove($channel_id, $abook_id) {
|
|||||||
$r = fetch_post_tags($r,true);
|
$r = fetch_post_tags($r,true);
|
||||||
|
|
||||||
foreach($r as $rr) {
|
foreach($r as $rr) {
|
||||||
$x = q("select uid from term where otype = %d and oid = %d ttype = %d limit 1",
|
$x = q("select uid from term where otype = %d and oid = %d and ttype = %d limit 1",
|
||||||
intval(TERM_OBJ_POST),
|
intval(TERM_OBJ_POST),
|
||||||
intval($rr['id']),
|
intval($rr['id']),
|
||||||
intval(TERM_FILE)
|
intval(TERM_FILE)
|
||||||
|
Reference in New Issue
Block a user