From 21aa9d48e392fd397b4836d7f4c187ed62fdb3b7 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 19 Aug 2011 17:04:04 +0200 Subject: [PATCH] MDL-26796 document array parameter changes --- mod/upgrade.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod/upgrade.txt b/mod/upgrade.txt index c7ecc4f62cf..f948872c5a8 100644 --- a/mod/upgrade.txt +++ b/mod/upgrade.txt @@ -52,3 +52,9 @@ optional - no changes needed in older code: * new ratings API (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 \ No newline at end of file -- 2.36.1