summaryrefslogtreecommitdiff
path: root/FS/FS/queue.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-05-04 18:44:48 +0000
committerivan <ivan>2004-05-04 18:44:48 +0000
commit27bf0365cef058944b8d71379af45d514e0b0c36 (patch)
treed81a9d3a476afabd4003db4910b9383b2bf84e32 /FS/FS/queue.pm
parentbc10c7592866836b56d12b4e8b18f5fa67785a24 (diff)
don't truncate job args for display
Diffstat (limited to 'FS/FS/queue.pm')
-rw-r--r--FS/FS/queue.pm6
1 files changed, 2 insertions, 4 deletions
diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm
index 9dcb2e3..8396fc9 100644
--- a/FS/FS/queue.pm
+++ b/FS/FS/queue.pm
@@ -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 = '';
}
@@ -424,7 +422,7 @@ END
=head1 VERSION
-$Id: queue.pm,v 1.17 2004-03-03 13:42:08 ivan Exp $
+$Id: queue.pm,v 1.18 2004-05-04 18:44:48 ivan Exp $
=head1 BUGS