uninstall 205 B

12345678910
  1. <?php
  2. require_once(dirname(__FILE__).'/VocalInfo.class.php');
  3. $table = new VocalInfo();
  4. $table->drop();
  5. global $conf;
  6. $conf->remove('plugin_vocalinfo_woeid');
  7. $conf->remove('plugin_vocalinfo_place');
  8. ?>