Just a little bit more code clean up.

This commit is contained in:
Michael Vogel 2015-02-08 21:03:04 +01:00
parent 2a02e1cb9c
commit 136626c199
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ function add_thread($itemid, $onlyshadow = false) {
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?
if (($itemid == 0) OR ($item['uid'] == 0))
return;