Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 146... Línea 146...
146
            $entry->definition,
146
            $entry->definition,
147
            $entry->definitionformat,
147
            $entry->definitionformat,
148
            $context,
148
            $context,
149
            'mod_glossary',
149
            'mod_glossary',
150
            'entry',
150
            'entry',
151
            $entry->id
151
            $entry->id,
-
 
152
            ['trusted' => true],
152
        );
153
        );
Línea 153... Línea 154...
153
 
154
 
154
        // Author details.
155
        // Author details.
155
        $user = mod_glossary_entry_query_builder::get_user_from_record($entry);
156
        $user = mod_glossary_entry_query_builder::get_user_from_record($entry);