diff --git a/library.php b/library.php index 9674df6..3c0b5f7 100644 --- a/library.php +++ b/library.php @@ -154,6 +154,7 @@ function get() { class CheezCapDropdownOption extends CheezCapOption { var $options; + var $options_labels; function __construct( $_name, $_desc, $_id, $_options, $_stdIndex = 0, $_options_labels = array(), $_validation_cb = false ) { $_std = ! isset( $_options[$_stdIndex] ) ? $_options[0] : $_options[$_stdIndex];