Add Comanche layouts to the things that don't go offsite.
This commit is contained in:
parent
caa148c1e3
commit
a35d440ff1
@ -257,6 +257,10 @@ function notifier_run($argv, $argc){
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($target_item['item_restrict'] & ITEM_PDL) {
|
||||||
|
logger('notifier: target item ITEM_PDL', LOGGER_DEBUG);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$s = q("select * from channel where channel_id = %d limit 1",
|
$s = q("select * from channel where channel_id = %d limit 1",
|
||||||
intval($target_item['uid'])
|
intval($target_item['uid'])
|
||||||
|
Reference in New Issue
Block a user