root/modules/branches/2.4/languages/uninstall.php
| Revision 5328, 119 bytes (checked in by p_lindheimer, 4 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 | ?> |
Note: See TracBrowser for help on using the browser.
