<?php
/*****************************************************************/
/* Nukequiz (tm) v 3.1.0 */
/* By: Kissoftware (hide@address.com) */
/* http://www.kissoftware.org.uk */
/* http://www.kissoftware.co.uk */
/* Copyright © 2003-2008 by Kissoftware */
/* See Docs For Information & Credits */
/* For More information Visit Forums Or The Online Help Manual */
/*****************************************************************/
$j = count($nqlid);
for ($i=0; $i < $j; $i++) {
$db->sql_query("DELETE FROM ".$prefix."_nquiz_league WHERE nqlid='$nqlid[$i]'");
}
$db->sql_query("OPTIMIZE TABLE ".$prefix."_nquiz_league");
Header("Location: ".$admin_file.".php?op=nqleague");
?>