fix bad typo, #25459
authorMark Wells <mark@freeside.biz>
Wed, 15 Jan 2014 00:07:07 +0000 (16:07 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 15 Jan 2014 00:07:07 +0000 (16:07 -0800)
httemplate/graph/cust_bill_pkg.cgi

index 57fb81b..edc339d 100644 (file)
@@ -138,7 +138,7 @@ if ( $cgi->param('class_agg_break') eq 'aggregate' or
       my $i = 0;
       foreach (@$these) {
         $i++ until $not_these->[$i] == $_;
-        splice($not_these, $i, 1);
+        splice(@$not_these, $i, 1);
       }
       push @classnums, $these;
       push @not_classnums, $not_these;