root/modules/branches/2.4/languages/uninstall.php

Revision 5328, 119 bytes (checked in by p_lindheimer, 4 years ago)

add language module that allows language change in the call flow and adds language attribute to extensions/users

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
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.