@@ -110,7 +110,7 @@ class SQL {
if ($data) {
$ret = array ();
foreach ( $data as $d ) {
$ret [$d ['k']] = $d ['v'];
$ret [$d [$k]] = $d [$v];
}
return $ret;
The note is not visible to the blocked user.