From: Ryan Kaldari Date: Sat, 22 Jan 2011 01:57:25 +0000 (+0000) Subject: adding comment X-Git-Tag: 1.31.0-rc.0~32440 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=751ed18cce402e431793cf5040db44cea984f1d7;p=lhc%2Fweb%2Fwiklou.git adding comment --- diff --git a/includes/Xml.php b/includes/Xml.php index 83c3d9e849..b293b1878b 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -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