NG auth: pw changes, RT#21563
authorIvan Kohler <ivan@freeside.biz>
Thu, 9 May 2013 08:44:00 +0000 (01:44 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 9 May 2013 08:44:00 +0000 (01:44 -0700)
httemplate/edit/process/elements/process.html

index 2afbdd0..0439d4e 100644 (file)
@@ -204,7 +204,7 @@ my %hash =
 my @values = ( 1 );
 if ( $bfield ) {
   @values = $cgi->param($bfield);
-  warn join(',', @values);
+  #warn join(',', @values);
 }
 
 my $new;