From: Thierry Parmentelat Date: Fri, 13 Feb 2009 07:52:25 +0000 (+0000) Subject: (no commit message) X-Git-Tag: PLEWWW-4.3-1~45 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7a1946b9b4f8ea424a0bab55008597ad890d79af;p=plewww.git --- 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="";