Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 73... Línea 73...
73
$timenow = time();
73
$timenow = time();
74
$strname = get_string("name");
74
$strname = get_string("name");
75
$table = new html_table();
75
$table = new html_table();
Línea 76... Línea 76...
76
 
76
 
77
if ($usesections) {
77
if ($usesections) {
78
    $strsectionname = get_string('sectionname', 'format_' . $course->format);
78
    $strsectionname = course_get_format($course)->get_generic_section_name();
79
    $table->head = array($strsectionname, $strname);
79
    $table->head = array($strsectionname, $strname);
80
} else {
80
} else {
81
    $table->head = array($strname);
81
    $table->head = array($strname);