[Bps-public-commit] r13254 - in RT-FormTools: .
falcone at bestpractical.com
falcone at bestpractical.com
Thu Jun 12 20:50:48 EDT 2008
Author: falcone
Date: Thu Jun 12 20:50:37 2008
New Revision: 13254
Modified:
RT-FormTools/ (props changed)
RT-FormTools/html/FormTools/Form
Log:
r34285 at ketch: falcone | 2008-06-12 20:49:03 -0400
* fix core field handling
Modified: RT-FormTools/html/FormTools/Form
==============================================================================
--- RT-FormTools/html/FormTools/Form (original)
+++ RT-FormTools/html/FormTools/Form Thu Jun 12 20:50:37 2008
@@ -19,8 +19,7 @@
foreach my $key (keys %request_args) {
next unless RT::Extension::FormTools::is_core_field($key);
- my $field = $1;
- delete $request_args{$key} if ($core_fields{$field});
+ delete $request_args{$key} if ($core_fields{$key});
}
</%init>
More information about the Bps-public-commit
mailing list