diff -r bed9d04fa144 -r e1a22031b5bd plugins/SpecialAdmin.php --- a/plugins/SpecialAdmin.php Thu Oct 04 08:22:25 2007 -0400 +++ b/plugins/SpecialAdmin.php Fri Oct 05 01:57:00 2007 -0400 @@ -2834,9 +2834,8 @@ if(isset($_GET['action']) && isset($_GET['id'])) { - if(preg_match('#^([0-9]*)$#', $_GET['id'])) + if(!preg_match('#^([0-9]*)$#', $_GET['id'])) { - } else { echo '
Error with action: $_GET["id"] was not an integer, aborting to prevent SQL injection
'; } switch($_GET['action'])