MDL-30072 Notes webservices - Fix one parameter description and bump version.

This commit is contained in:
Damyon Wiese 2013-02-25 13:14:18 +08:00
parent cc7a1c8916
commit ac57ce753c
2 changed files with 3 additions and 3 deletions

View File

@ -208,7 +208,7 @@ class core_notes_external extends external_api {
return new external_function_parameters(
array(
"notes"=> new external_multiple_structure(
new external_value(PARAM_INT, 'ID of the note to be retrieved'), 'Array of Note Ids to be deleted.'
new external_value(PARAM_INT, 'ID of the note to be deleted'), 'Array of Note Ids to be deleted.'
)
)
);
@ -500,4 +500,4 @@ class moodle_notes_external extends external_api {
return core_notes_external::create_notes_returns();
}
}
}

View File

@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
$version = 2013022300.00; // YYYYMMDD = weekly release date of this DEV branch
$version = 2013022500.00; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes