Proyectos de Subversion Moodle

Rev

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

Rev 116 Rev 117
Línea 35... Línea 35...
35
 
35
 
36
    function specialization()
36
    function specialization()
37
    {
37
    {
38
        global $CFG, $DB;
38
        global $CFG, $DB;
39
        if (empty($this->config)) {
39
        if (empty($this->config)) {
40
            $this->instance->defaultregion = 'side-pre';
40
            $this->instance->defaultregion = 'below-content';
41
            $this->instance->region = 'side-pre';
41
            $this->instance->region = 'below-content';
Línea 42... Línea 42...
42
            $DB->update_record('block_instances', $this->instance);
42
            $DB->update_record('block_instances', $this->instance);
43
 
43
 
44
            $this->title = 'User comments';
44
            $this->title = 'User comments';