root/modules/branches/2.8/outroutemsg/uninstall.php

Revision 8059, 0.6 kB (checked in by p_lindheimer, 4 years ago)

Auto Check-in of any outstanding patches

Line 
1 <?php /* $Id: uninstall.php  $ */
2 //Copyright (C) 2009 Philippe Lindheimer
3 //Copyright (C) 2009 Bandwidth.com
4 //
5 //This program is free software; you can redistribute it and/or
6 //modify it under the terms of the GNU General Public License
7 //as published by the Free Software Foundation version 2
8 //of the License.
9 //
10 //This program is distributed in the hope that it will be useful,
11 //but WITHOUT ANY WARRANTY; without even the implied warranty of
12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 //GNU General Public License for more details.
14
15
16 sql("DROP TABLE IF EXISTS `outroutemsg`");
17
18 ?>
19
Note: See TracBrowser for help on using the browser.