Exemplo n.º 1
0
function xoops_module_pre_install_newbb(&$module)
{
    $mod_tables = $module->getInfo("tables");
    foreach ($mod_tables as $table) {
        $GLOBALS["xoopsDB"]->queryF("DROP TABLE IF EXISTS " . $GLOBALS["xoopsDB"]->prefix($table) . ";");
    }
    return newbb_setModuleConfig($module);
}
Exemplo n.º 2
0
function xoops_module_pre_install_newbb(&$module)
{
    return newbb_setModuleConfig($module);
}