diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-30 17:28:36 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-30 17:28:36 -0500 |
commit | f715c23517292a11330ab241fb13221fd89ffc37 (patch) | |
tree | 8a1ecadf07c694e5d4541f804ef40ac74eebf553 /httemplate/browse/part_export.cgi | |
parent | 3acf33a87b4e8ebaac08652177d79b22721e2690 (diff) |
RT#18834: Cacti integration [added graph generation]
Diffstat (limited to 'httemplate/browse/part_export.cgi')
-rwxr-xr-x | httemplate/browse/part_export.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index 1f835d729..af988d37b 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -66,7 +66,7 @@ function part_export_areyousure(href) { % if ( $group ) { % my @values = split("\n", $opt{$optname}); % $multiples{$group} ||= []; -% push @{ $multiples{$group} }, [ $optname, @values ] if @values; +% push @{ $multiples{$group} }, [ $def->{label} || $optname, @values ] if @values; % delete $opt{$optname}; % } elsif (length($opt{$optname})) { # the normal case % my $value = $opt{$optname}; |