There was a problem filtering action_lst variables (arrays).
This patch should fix the problem.

David.

diff -auNr acidlab-0.9.6b20.old/acid_state_query.inc acidlab-0.9.6b20/acid_state_query.inc
--- acidlab-0.9.6b20.old/acid_state_query.inc	2005-12-02 00:43:52.000000000 +0100
+++ acidlab-0.9.6b20/acid_state_query.inc	2005-12-02 00:44:58.000000000 +0100
@@ -316,8 +316,8 @@
      $this->current_sort_order   = ImportHTTPVar("sort_order", VAR_LETTER | VAR_USCORE);
      $this->current_view         = ImportHTTPVar("current_view", VAR_DIGIT);
      $this->action_arg           = ImportHTTPVar("action_arg", VAR_ALPHA | VAR_PERIOD | VAR_USCORE | VAR_AT);
-     $this->action_chk_lst       = ImportHTTPVar("action_chk_lst", VAR_DIGIT);
-     $this->action_lst           = ImportHTTPVar("action_lst", VAR_DIGIT);
+     $this->action_chk_lst       = ImportHTTPVar("action_chk_lst"); /* array */
+     $this->action_lst           = ImportHTTPVar("action_lst"); /* array */
      $this->action               = ImportHTTPVar("action", VAR_LETTER | VAR_USCORE);
   }
 
@@ -349,4 +349,4 @@
   }
 }
 
-?>
\ No hay ningún carácter de nueva línea al final del fichero
+?>

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to