Proyectos de Subversion Moodle

Rev

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

Rev 1149 Rev 1150
Línea 303... Línea 303...
303
                if (! empty($section->section)) {
303
                if (! empty($section->section)) {
304
                    $first_section = $section->id;
304
                    $first_section = $section->id;
305
                    break;
305
                    break;
306
                }
306
                }
307
            }
307
            }
-
 
308
            
-
 
309
            
-
 
310
            echo '$first_section = ' . $first_section  . "\r\n";
Línea 308... Línea 311...
308
 
311
 
309
            $course_context = context_course::instance($course->id);
312
            $course_context = context_course::instance($course->id);