From 3292bc580b3d52f390c495fc5fcf9f708bf8aaf9 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 27 Dec 2019 03:08:51 +0000 Subject: [PATCH] Added disabled param to SelectorOptions() --- includes/functions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 '