delete_stats($val);
		$found=true;
		if (!$r) {
			$error.=$err->errstr()."
";
		} else {
			$error.=sprintf(_("The statistics %s has been successfully deleted"),$r)."
";
		}
	}
}
if (!$found) {
  $error.=_("Please check the statistics set you want to delete");
 }
include("aws_list.php");
exit();
?>