diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-05-09 01:44:00 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-09 01:44:00 -0700 |
commit | 076ddfe0b0e764636e8389edebaedddef0fbf003 (patch) | |
tree | 2f66c573de7b0b0597771a7aa908d7b76c1f7a1c /httemplate/edit | |
parent | 120718856665ca90ad852535d1155f8ea8ecb6b6 (diff) |
NG auth: pw changes, RT#21563
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/process/elements/process.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html index 2afbdd082..0439d4e9c 100644 --- a/httemplate/edit/process/elements/process.html +++ b/httemplate/edit/process/elements/process.html @@ -204,7 +204,7 @@ my %hash = my @values = ( 1 ); if ( $bfield ) { @values = $cgi->param($bfield); - warn join(',', @values); + #warn join(',', @values); } my $new; |