This commit was manufactured by cvs2svn to create tag 'freeside_1_4_2'.
[freeside.git] / FS / FS / queue.pm
index 68a4863..f376a7b 100644 (file)
@@ -352,9 +352,7 @@ END
 
     my $args;
     if ( $dangerous || $queue->job !~ /^FS::part_export::/ || !$noactions ) {
-      $args = encode_entities( join(' ',
-        map { length($_)<54 ? $_ : substr($_,0,32)."..."  } $queue->args #1&g
-      ) );
+      $args = encode_entities( join(' ', $queue->args) );
     } else {
       $args = '';
     }
@@ -422,10 +420,6 @@ END
 
 =back
 
-=head1 VERSION
-
-$Id: queue.pm,v 1.15.4.1 2004-03-03 13:44:27 ivan Exp $
-
 =head1 BUGS
 
 $jobnums global