MetaTables()) { $db->debug = true; foreach ($tables as $table) { execute_sql("ALTER TABLE $table TYPE=INNODB; "); } } } else { notice("Are you sure you want convert all your tables to the InnoDB format?", "innodb.php?confirm=yes", "index.php"); } ?>