MDL-57922 mod_data: New Web Service mod_data_delete_entry

This commit is contained in:
Juan Leyva
2017-03-30 02:15:46 +02:00
committed by Eloy Lafuente (stronk7)
parent 229158fe74
commit 67bb168e1f
4 changed files with 128 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016120507; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2016120508; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2016112900; // Requires this Moodle version
$plugin->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;