From 7a1946b9b4f8ea424a0bab55008597ad890d79af Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 13 Feb 2009 07:52:25 +0000 Subject: [PATCH] --- planetlab/includes/plc_forms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/includes/plc_forms.php b/planetlab/includes/plc_forms.php index 8a2bfce..748465e 100644 --- a/planetlab/includes/plc_forms.php +++ b/planetlab/includes/plc_forms.php @@ -95,7 +95,7 @@ class PlcForm { // (*) autosubmit : equivalent to onChange=>'submit()' // (*) standard callbacks - static function select_html ($name,$selectors,$options) { + static function select_html ($name,$selectors,$options=NULL) { if ( ! $options) $options=array(); if ( $options ['autosubmit'] ) $options['onChange']='submit()'; $html=""; -- 2.47.0