Blacklist ZIP subtypes added in r68873, to avoid GIFAR.
[lhc/web/wiklou.git] / includes / Xml.php
index 65f2010..b293b18 100644 (file)
@@ -448,7 +448,7 @@ class Xml {
         * @param $name Mixed: Name and id for the drop-down
         * @param $class Mixed: CSS classes for the drop-down
         * @param $other Mixed: Text for the "Other reasons" option
-        * @param $list Mixed: Correctly formatted text to be used to generate the options
+        * @param $list Mixed: Correctly formatted text (newline delimited) to be used to generate the options
         * @param $selected Mixed: Option which should be pre-selected
         * @param $tabindex Mixed: Value of the tabindex attribute
         * @return string
@@ -620,7 +620,7 @@ class Xml {
         * Create a call to a JavaScript function. The supplied arguments will be 
         * encoded using Xml::encodeJsVar(). 
         *
-        * @param $name The name of the function to call, or a JavaScript expression
+        * @param $name String The name of the function to call, or a JavaScript expression
         *    which evaluates to a function object which is called.
         * @param $args Array of arguments to pass to the function.
         * @since 1.17