MDL-26796 document array parameter changes

This commit is contained in:
Petr Skoda 2011-08-19 17:04:04 +02:00
parent 18bd7573d6
commit 21aa9d48e3

View file

@ -52,3 +52,9 @@ optional - no changes needed in older code:
* new ratings API * new ratings API
(http://docs.moodle.org/dev/Ratings_2.0) (http://docs.moodle.org/dev/Ratings_2.0)
=== 2.2 ===
required changes in code:
* fix missing parameter types in optional_param() and required_param()
* use new optional_param_array(), required_param_array() or clean_param_array() when dealing with array parameters