Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bd757
)
MDL-26796 document array parameter changes
author
Petr Skoda
<commits@skodak.org>
Fri, 19 Aug 2011 15:04:04 +0000
(17:04 +0200)
committer
Petr Skoda
<commits@skodak.org>
Fri, 19 Aug 2011 15:04:34 +0000
(17:04 +0200)
mod/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/mod/upgrade.txt
b/mod/upgrade.txt
index
c7ecc4f
..
f948872
100644
(file)
--- 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