Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 84... Línea 84...
84
                ]];
84
                ]];
85
            }
85
            }
86
        }
86
        }
Línea 87... Línea 87...
87
 
87
 
-
 
88
        if ($this->instance->is_feature_enabled('showroom')) {
88
        if ($this->instance->is_feature_enabled('showroom')) {
89
            $showpresentation = $this->instance->should_show_presentation();
89
            $roomdata = meeting::get_meeting_info_for_instance($this->instance);
90
            $roomdata = meeting::get_meeting_info_for_instance($this->instance);
-
 
91
            $roomdata->haspresentations = false;
90
            $roomdata->haspresentations = false;
92
            $roomdata->showpresentations = $showpresentation;
91
            if (!empty($roomdata->presentations)) {
93
            if (!empty($roomdata->presentations)) {
92
                $roomdata->haspresentations = true;
94
                $roomdata->haspresentations = true;
93
            }
95
            }
94
            $templatedata->room = $roomdata;
96
            $templatedata->room = $roomdata;