Just a little bit more code clean up.
This commit is contained in:
parent
2a02e1cb9c
commit
136626c199
|
@ -19,10 +19,6 @@ function add_thread($itemid, $onlyshadow = false) {
|
||||||
logger("add_thread: Add thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG);
|
logger("add_thread: Add thread for item ".$itemid." - ".print_r($result, true), LOGGER_DEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Store a shadow copy of public items for displaying a global community page?
|
|
||||||
//if (!get_config('system', 'global_community'))
|
|
||||||
// return;
|
|
||||||
|
|
||||||
// is it already a copy?
|
// is it already a copy?
|
||||||
if (($itemid == 0) OR ($item['uid'] == 0))
|
if (($itemid == 0) OR ($item['uid'] == 0))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user