mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
bdbe7b3cc3
commit
8d4632772a
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ function hotpot_upgrade($oldversion) {
|
||||||
$ok = $ok && hotpot_get_update_to_v2();
|
$ok = $ok && hotpot_get_update_to_v2();
|
||||||
$ok = $ok && hotpot_update_to_v2_1_2();
|
$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;
|
return $ok;
|
||||||
}
|
}
|
||||||
function hotpot_get_update_to_v2() {
|
function hotpot_get_update_to_v2() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue