@@ -15,7 +15,8 @@ if(isset($_GET['subnet_id'])) {
$subnet_view = "WHERE node.subnet_id=" . $subnet_id;
$smarty->assign("subnet_id", $subnet_id);
} else {
$smarty->assign("subnet_id", "");
$smarty->assign("subnet_id", '');
$subnet_view = '';
}
$query = "SELECT
The note is not visible to the blocked user.