@@ -67,7 +67,7 @@ $drops = array('lang', 'server', 'convcharset', 'collation_connection',
'db', 'table');
foreach ($drops as $each_drop) {
if (! array_key_exists($each_drop, $_GET)) {
if (array_key_exists($each_drop, $_GET)) {
unset($_GET[$each_drop]);
}
The note is not visible to the blocked user.