Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 230... Línea 230...
230
            $o['optionattributes'] = implode(' ', $otheroptionattributes);
230
            $o['optionattributes'] = implode(' ', $otheroptionattributes);
231
            $options[] = $o;
231
            $options[] = $o;
232
        }
232
        }
233
        $context['options'] = $options;
233
        $context['options'] = $options;
234
        $context['nameraw'] = $this->getName();
234
        $context['nameraw'] = $this->getName();
-
 
235
        $context['staticlabel'] = $this->_flagFrozen;
Línea 235... Línea 236...
235
 
236
 
236
        return $context;
237
        return $context;
237
    }
238
    }