Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 25... Línea 25...
25
/**
25
/**
26
 * Upgrade code for the random short answer matching question type.
26
 * Upgrade code for the random short answer matching question type.
27
 * @param int $oldversion the version we are upgrading from.
27
 * @param int $oldversion the version we are upgrading from.
28
 */
28
 */
29
function xmldb_qtype_randomsamatch_upgrade($oldversion) {
29
function xmldb_qtype_randomsamatch_upgrade($oldversion) {
30
    // Automatically generated Moodle v4.1.0 release upgrade line.
-
 
31
    // Put any upgrade step following this.
-
 
32
 
-
 
33
    // Automatically generated Moodle v4.2.0 release upgrade line.
30
    // Automatically generated Moodle v4.2.0 release upgrade line.
34
    // Put any upgrade step following this.
31
    // Put any upgrade step following this.
Línea 35... Línea 32...
35
 
32
 
36
    // Automatically generated Moodle v4.3.0 release upgrade line.
33
    // Automatically generated Moodle v4.3.0 release upgrade line.
Línea 37... Línea 34...
37
    // Put any upgrade step following this.
34
    // Put any upgrade step following this.
38
 
35
 
Línea -... Línea 36...
-
 
36
    // Automatically generated Moodle v4.4.0 release upgrade line.
-
 
37
    // Put any upgrade step following this.
-
 
38
 
-
 
39
    // Automatically generated Moodle v4.5.0 release upgrade line.
-
 
40
    // Put any upgrade step following this.
-
 
41
 
39
    // Automatically generated Moodle v4.4.0 release upgrade line.
42
    // Automatically generated Moodle v5.0.0 release upgrade line.
40
    // Put any upgrade step following this.
43
    // Put any upgrade step following this.