upgrade
This commit is contained in:
12
plugin/createdrupaluser/uninstall.php
Normal file
12
plugin/createdrupaluser/uninstall.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
/**
|
||||
* Initialization uninstall.
|
||||
*
|
||||
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
||||
*
|
||||
* @package chamilo.plugin.createDrupalUser
|
||||
*/
|
||||
require_once __DIR__.'/config.php';
|
||||
|
||||
CreateDrupalUser::create()->uninstall();
|
||||
Reference in New Issue
Block a user