Revision 1717
Added by Dietmar about 12 years ago
uninstall.php | ||
---|---|---|
24 | 24 |
throw new IllegalFileException(); |
25 | 25 |
} |
26 | 26 |
/* -------------------------------------------------------- */ |
27 |
$database=WbDatabase::getInstance(); |
|
27 | 28 |
|
28 | 29 |
$sql = 'DROP TABLE IF EXISTS `'.TABLE_PREFIX.'mod_droplets` '; |
29 | 30 |
$database->query($sql); |
Also available in: Unified diff
! update droplets uninstall, upgrade
! add $database=WbDatabase::getInstance();
! update /examples/