From product-tournament2008.xml
Line 236:
$vbulletin->db->query_write("
CREATE TABLE IF NOT EXISTS `". TABLE_PREFIX ."tmnt_ladder_players` (
LINE 256:
$vbulletin->db->query_write("
DROP TABLE IF EXISTS ". TABLE_PREFIX ."tmnt_ladder_players;
");
Quote:
Originally Posted by bananalive
it is enclosed in <uninstallcode> tags so it only execs the query on uninstall of product.
|