Merge branch 'MDL-30194-m21' of git://github.com/phalacee/moodle into MOODLE_21_STABLE

This commit is contained in:
Aparup Banerjee
2011-11-22 16:17:44 +08:00
+1 -1
View File
@@ -552,7 +552,7 @@ function validate_param($param, $type, $allownull=NULL_NOT_ALLOWED, $debuginfo='
* </code>
*
* @param mixed $param the variable we are cleaning
* @param int $type expected format of param after cleaning.
* @param string $type expected format of param after cleaning.
* @return mixed
*/
function clean_param($param, $type) {