Skip to content

Commit 89a0620

Browse files
committed
Improve install index.php for 1.9.10.4
1 parent 339a925 commit 89a0620

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

main/install/index.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
// Upgrading from any subversion of 1.6 is just like upgrading from 1.6.5
112112
$update_from_version_6 = array('1.6', '1.6.1', '1.6.2', '1.6.3', '1.6.4', '1.6.5');
113113
// Upgrading from any subversion of 1.8 avoids the additional step of upgrading from 1.6
114-
$update_from_version_8 = array('1.8', '1.8.2', '1.8.3', '1.8.4', '1.8.5', '1.8.6', '1.8.6.1', '1.8.6.2','1.8.7','1.8.7.1','1.8.8','1.8.8.2', '1.8.8.4', '1.8.8.6', '1.9.0', '1.9.2','1.9.4','1.9.6', '1.9.6.1', '1.9.8', '1.9.10');
114+
$update_from_version_8 = array('1.8', '1.8.2', '1.8.3', '1.8.4', '1.8.5', '1.8.6', '1.8.6.1', '1.8.6.2','1.8.7','1.8.7.1','1.8.8','1.8.8.2', '1.8.8.4', '1.8.8.6', '1.9.0', '1.9.2','1.9.4','1.9.6', '1.9.6.1', '1.9.8', '1.9.10', '1.9.10.2');
115115

116116
$my_old_version = '';
117117
$tmp_version = get_config_param('dokeos_version');
@@ -861,7 +861,12 @@ function send_contact_information() {
861861
case '1.9.4':
862862
case '1.9.6':
863863
case '1.9.6.1':
864-
default:
864+
case '1.9.8':
865+
case '1.9.8.1':
866+
case '1.9.8.2':
867+
case '1.9.10':
868+
case '1.9.10.2':
869+
default:
865870
break;
866871
}
867872
} else {

0 commit comments

Comments
 (0)