[Bps-public-commit] r19109 - in RT-FormTools: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Apr 9 04:59:03 EDT 2009
Author: sartak
Date: Thu Apr 9 04:59:03 2009
New Revision: 19109
Modified:
RT-FormTools/ (props changed)
RT-FormTools/html/FormTools/Form
Log:
r81895 at onn: sartak | 2009-04-09 04:58:58 -0400
Variable name fix
Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form (original)
+++ RT-FormTools/html/FormTools/Form Thu Apr 9 04:59:03 2009
@@ -31,7 +31,7 @@
next;
}
- my ($ok, $res) = $code->($request_args{$key});
+ my ($ok, $res) = $validator->($request_args{$key});
push @results, "$key: $res" unless $ok;
}
}
More information about the Bps-public-commit
mailing list