root/modules/branches/2.3/daynight/uninstall.php

Revision 4151, 121 bytes (checked in by p_lindheimer, 5 years ago)

Adding daynight module

Line 
1 <?php
2
3 $fcc = new featurecode('daynight', 'toggle-mode');
4 $fcc->delete();
5 unset($fcc); 
6
7 sql('DROP TABLE daynight');
8
9 ?>
Note: See TracBrowser for help on using the browser.