whitespace
This commit is contained in:
parent
69584f541d
commit
2c797807cd
@ -2602,8 +2602,6 @@ function channel_remove($channel_id, $local = true, $unset_session = false) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$r = q("select id from item where uid = %d", intval($channel_id));
|
$r = q("select id from item where uid = %d", intval($channel_id));
|
||||||
if($r) {
|
if($r) {
|
||||||
foreach($r as $rv) {
|
foreach($r as $rv) {
|
||||||
@ -2611,7 +2609,6 @@ function channel_remove($channel_id, $local = true, $unset_session = false) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
q("delete from abook where abook_xchan = '%s' and abook_self = 1 ",
|
q("delete from abook where abook_xchan = '%s' and abook_self = 1 ",
|
||||||
dbesc($channel['channel_hash'])
|
dbesc($channel['channel_hash'])
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user