Revision 1289
Added by kweitzel almost 15 years ago
install.php | ||
---|---|---|
14 | 14 |
// prevent this file from being accessed directly |
15 | 15 |
if(!defined('WB_PATH')) die(header('Location: ../../index.php')); |
16 | 16 |
|
17 |
global $admin; |
|
18 |
|
|
17 | 19 |
$table = TABLE_PREFIX .'mod_droplets'; |
18 | 20 |
$database->query("DROP TABLE IF EXISTS `$table`"); |
19 | 21 |
|
Also available in: Unified diff
Branch 2.8.1 merged back into Trunk