diff options
Diffstat (limited to 'sqlbox/db/install.php')
-rw-r--r-- | sqlbox/db/install.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sqlbox/db/install.php b/sqlbox/db/install.php index d81ba97..4b3c1e7 100644 --- a/sqlbox/db/install.php +++ b/sqlbox/db/install.php @@ -20,7 +20,7 @@ * lib.php/modulename_install() post installation hook and partially defaults.php * * @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 */ @@ -30,7 +30,7 @@ * * @see upgrade_plugins_modules() */ -function xmldb_newmodule_install() { +function xmldb_sqlbox_install() { } /** @@ -38,5 +38,5 @@ function xmldb_newmodule_install() { * * @see upgrade_plugins_modules() */ -function xmldb_newmodule_install_recovery() { +function xmldb_sqlbox_install_recovery() { } |