mysql does not need to call "hotpot_update_to_v2_1_6()" or "hotpot_update_to_v2_1_8()" functions

This commit is contained in:
gbateson 2006-01-17 12:46:26 +00:00
parent bdbe7b3cc3
commit 8d4632772a

View file

@ -21,11 +21,6 @@ function hotpot_upgrade($oldversion) {
$ok = $ok && hotpot_get_update_to_v2();
$ok = $ok && hotpot_update_to_v2_1_2();
}
// update to HotPot v2.1.6
if ($oldversion < 2005090706) {
$ok = $ok && hotpot_get_update_to_v2();
$ok = $ok && hotpot_update_to_v2_1_6();
}
return $ok;
}
function hotpot_get_update_to_v2() {