In altertable-6.5.php it's

function alterstep37() {
global $config;
$query = "
ALTER TABLE {$config['tbprefix']}Posts
DROP INDEX {$config['tbprefix']}Postsindex2
";
do_query($query,"Dropping ununsed indexes...");

}


--
Website Development and Management
www.jcswebdev.com