Proyectos de Subversion Moodle

Rev

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

Rev 97 Rev 98
Línea 25... Línea 25...
25
        if (empty($this->config)) {
25
        if (empty($this->config)) {
26
            $this->instance->defaultregion = 'below-content';
26
            $this->instance->defaultregion = 'below-content';
27
            $this->instance->region = 'below-content';
27
            $this->instance->region = 'below-content';
28
            $DB->update_record('block_instances', $this->instance);
28
            $DB->update_record('block_instances', $this->instance);
Línea 29... Línea 29...
29
            
29
            
30
            $this->config->title = 'Students feedback';
30
            $this->title = 'Students feedback';
31
        } else {
31
        } else {
32
            $this->title = get_string('pluginname', 'block_cesa_course_rating');
32
            $this->title = get_string('pluginname', 'block_cesa_course_rating');
33
        }
33
        }