Revision 452
Added by Matthias over 18 years ago
| uninstall.php | ||
|---|---|---|
| 32 | 32 |
$database->query("DROP TABLE ".TABLE_PREFIX."mod_news_groups");
|
| 33 | 33 |
$database->query("DROP TABLE ".TABLE_PREFIX."mod_news_comments");
|
| 34 | 34 |
$database->query("DROP TABLE ".TABLE_PREFIX."mod_news_settings");
|
| 35 |
require(WB_PATH.'/framework/functions.php'); |
|
| 35 |
|
|
| 36 |
require_once(WB_PATH.'/framework/functions.php'); |
|
| 36 | 37 |
rm_full_dir(WB_PATH.PAGES_DIRECTORY.'/posts'); |
| 37 | 38 |
|
| 38 | 39 |
?> |
Also available in: Unified diff
again copied all changes for WB 2.6.6 from trunk to branches