Project

General

Profile

« Previous | Next » 

Revision 413

Added by Matthias over 17 years ago

Fixed error when uninstalling the news modul

View differences:

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