summaryrefslogtreecommitdiffstats
path: root/reports.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'reports.cgi')
-rwxr-xr-xreports.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/reports.cgi b/reports.cgi
index c76a411f7..b7d9f3f55 100755
--- a/reports.cgi
+++ b/reports.cgi
@@ -485,9 +485,9 @@ sub daily_stats_filename {
}
sub show_chart {
- # if we don't have the graphic mouldes don't even try to go
- # here. Should probably return some decent error message.
- return unless $use_gd;
+ # if we don't have the graphic mouldes don't even try to go
+ # here. Should probably return some decent error message.
+ return unless $use_gd;
if (! $FORM{datasets}) {
die_politely("You didn't select any datasets to plot");