From c644740327ee6f2986e68a8c1b4de6caf2176451 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 14 Apr 2012 23:10:48 -0700 Subject: [PATCH] Add missing param --- ui-lib.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui-lib.pl b/ui-lib.pl index 7510f2a95..1c1548869 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -510,6 +510,8 @@ Similar to ui_columns_table, but wrapped in a form. Parameters are : =item hiddens - An array ref of hidden fields, each of which is a 2-element array ref containing the name and value. +=item formno - Index of this form on the page. Defaults to 0, but should be set if there is more than one form on the page. + All other parameters are the same as ui_columns_table. =cut