public
Description: Blog Modules for CMS Made Simple 2.0
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsms-blog.git
wishy (author)
Tue Apr 08 07:38:46 -0700 2008
commit  152d572f05e09fde11a744326fe200ced0fe35a7
tree    97757d18effd003c36428e9c00af1e6e7a98efcd
parent  3aef452680351b0d4f2343fd4fbd0aa68bbf9255
cmsms-blog / method.uninstall.php
100644 8 lines (6 sloc) 0.149 kb
1
2
3
4
5
6
7
8
<?php
if (!isset($gCms)) exit;
 
$this->drop_table('blog_posts');
$this->drop_table('blog_categories');
$this->drop_table('blog_post_categories');
 
?>