Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 47... Línea 47...
47
    // This identifies the type of the branch we want to get
47
    // This identifies the type of the branch we want to get
48
    $branchtype = required_param('type', PARAM_INT);
48
    $branchtype = required_param('type', PARAM_INT);
49
    // This identifies the block instance requesting AJAX extension
49
    // This identifies the block instance requesting AJAX extension
50
    $instanceid = optional_param('instance', null, PARAM_INT);
50
    $instanceid = optional_param('instance', null, PARAM_INT);
Línea -... Línea 51...
-
 
51
 
51
 
52
    $PAGE->set_url(new moodle_url('/lib/ajax/getnavbranch.php'));
Línea 52... Línea 53...
52
    $PAGE->set_context(context_system::instance());
53
    $PAGE->set_context(context_system::instance());
53
 
54