diff --git a/includes/functions.php b/includes/functions.php index 0eef6694..d43c7b89 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -147,8 +147,9 @@ function isAssoc($arr) * @param string $selected: Selected option (optional) * @param string $id: $options is an associative array this should be the key * @param string $event: onChange event (optional) +* @param string $disabled (optional) */ -function SelectorOptions($name, $options, $selected = null, $id = null, $event = null) +function SelectorOptions($name, $options, $selected = null, $id = null, $event = null, $disabled = null) { echo '