From c171e5aae06213eafe95b606c47d24875d3d0abf Mon Sep 17 00:00:00 2001 From: "Rowdy.nl" Date: Tue, 12 Apr 2011 16:40:42 +0200 Subject: [PATCH] Prevent gaps in lines, line colours --- plugins/other/spotweb_catsize_average | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/other/spotweb_catsize_average b/plugins/other/spotweb_catsize_average index db9beb36..e0d55cf9 100755 --- a/plugins/other/spotweb_catsize_average +++ b/plugins/other/spotweb_catsize_average @@ -36,10 +36,10 @@ use strict; # Environment variables -my $MYSQL = $ENV{mysql} || "/usr/bin/mysql"; -my $MYSQLOPTS = $ENV{mysqlopts} || ""; -my $DATABASE = $ENV{database} || "spotweb"; -my $PERIOD = $ENV{period} || 1800; +my $MYSQL = $ENV{mysql} || "/usr/bin/mysql"; +my $MYSQLOPTS = $ENV{mysqlopts} || ""; +my $DATABASE = $ENV{database} || "spotweb"; +my $PERIOD = $ENV{period} || 1800; my $COUNTPORN = $ENV{countporn} || "yes";