function xoops_module_update_tad_web(&$module, $old_version) { global $xoopsDB; mk_dir(XOOPS_ROOT_PATH . "/uploads/tad_web"); if (!chk_chk1()) { go_update1(); } if (!chk_chk2()) { go_update2(); } if (!chk_chk3()) { go_update3(); } if (!chk_chk4()) { go_update4(); } if (!chk_chk5()) { go_update5(); } go_update6(); chk_tad_web_block(); if (!chk_chk7()) { go_update7(); } if (chk_chk8()) { go_update8(); } return true; }
function xoops_module_update_jill_booking(&$module, $old_version) { global $xoopsDB; if (chk_chk1()) { go_update1(); } if (chk_chk2()) { go_update2(); } return true; }