Error in report
@ -288,7 +288,7 @@ if (isset($_POST['delete'])) {
if (empty($report))
error($config['error']['noreport']);
if (strlen($report) > 30)
if (sizeof($report) > 30)
error($config['error']['invalidreport']);
if (count($report) > $config['report_limit'])
The note is not visible to the blocked user.