Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 22... Línea 22...
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
Línea -... Línea 25...
-
 
25
defined('MOODLE_INTERNAL') || die;
-
 
26
 
-
 
27
/**
-
 
28
 * Plugin uninstall code.
-
 
29
 *
-
 
30
 * @return true
25
defined('MOODLE_INTERNAL') || die;
31
 */
26
 
32
function xmldb_tool_brickfield_uninstall(): bool {
-
 
33
    // Remove the 'enableaccessibilitytools' configuration setting in case of reinstall.
-
 
34
    unset_config('enableaccessibilitytools');
-
 
35