root/contributed_modules/modules/setcid/uninstall.php

Revision 7151, 113 bytes (checked in by mbrevda, 5 years ago)

creating setcid module directory

Line 
1 <?php
2
3 global $db;
4
5 echo "dropping table setcid..";
6 sql("DROP TABLE IF EXISTS `setcid`");
7 echo "done<br>\n";
8
9 ?>
10
Note: See TracBrowser for help on using the browser.