Formatting

This commit is contained in:
Max Kostikov
2021-03-08 20:43:29 +00:00
parent 5d82bf946e
commit 1ad6308f97

View File

@@ -332,11 +332,10 @@ function pubtagblock($net,$site,$limit,$recent = 0,$safemode = 1, $type = TERM_H
function pub_tagadelic($net, $site, $limit, $recent, $safemode, $type) {
$item_normal = item_normal();
$count = intval($limit);
$sql_extra = "";
$item_normal = item_normal();
$count = intval($limit);
$sql_extra = "";
if($site)
$uids = " and item.uid in ( " . stream_perms_api_uids(PERMS_PUBLIC) . " ) and item_private = 0 and item_wall = 1 ";
else {