summaryrefslogtreecommitdiff
path: root/sqlbox/db/uninstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'sqlbox/db/uninstall.php')
-rw-r--r--sqlbox/db/uninstall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlbox/db/uninstall.php b/sqlbox/db/uninstall.php
index 22ad141..cb5f7aa 100644
--- a/sqlbox/db/uninstall.php
+++ b/sqlbox/db/uninstall.php
@@ -19,7 +19,7 @@
* @see uninstall_plugin()
*
* @package mod
- * @subpackage newmodule
+ * @subpackage sqlbox
* @copyright 2011 Your Name <your@email.adress>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
@@ -27,6 +27,6 @@
/**
* Custom uninstallation procedure
*/
-function xmldb_newmodule_uninstall() {
+function xmldb_sqlbox_uninstall() {
return true;
}