(no commit message)
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Feb 2009 07:52:25 +0000 (07:52 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 13 Feb 2009 07:52:25 +0000 (07:52 +0000)
planetlab/includes/plc_forms.php

index 8a2bfce..748465e 100644 (file)
@@ -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="";