Proyectos de Subversion Moodle

Rev

Rev 986 | Rev 988 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 986 Rev 987
Línea 512... Línea 512...
512
        // if (!$module->uservisible || $module->is_stealth() || empty($module->url)) {
512
        // if (!$module->uservisible || $module->is_stealth() || empty($module->url)) {
513
        continue;
513
        continue;
514
    }
514
    }
Línea 515... Línea 515...
515
 
515
 
-
 
516
    $modname = $module->get_formatted_name();
Línea 516... Línea 517...
516
    $modname = $module->get_formatted_name();
517
    echo $modname;
517
 
518
 
518
    if (str_contains(strtolower($modname), 'zoom')) {
519
    if (str_contains(strtolower($modname), 'zoom')) {
519
        $modcontent = $module->get_formatted_content();
520
        $modcontent = $module->get_formatted_content();