root/modules/branches/2.7/languages/uninstall.php
| Revision 8576, 232 bytes (checked in by mbrevda, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | global $db; |
| 4 | |
| 5 | echo "dropping table languages.."; |
| 6 | sql("DROP TABLE IF EXISTS `languages`"); |
| 7 | echo "done<br>\n"; |
| 8 | |
| 9 | echo "dropping table language_incoming.."; |
| 10 | sql("DROP TABLE IF EXISTS `language_incoming`"); |
| 11 | echo "done<br>\n"; |
| 12 | |
| 13 | |
| 14 | ?> |
Note: See TracBrowser for help on using the browser.
