From 3eeb6807f2a3ce994da2c8f25d18915a97d5314a Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 17 Oct 2017 07:53:35 -0700 Subject: [PATCH] Issue #6 Removed empty LAN definitions. --- e107_plugins/log/languages/English.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/e107_plugins/log/languages/English.php b/e107_plugins/log/languages/English.php index 4e815cc03..def58f66c 100644 --- a/e107_plugins/log/languages/English.php +++ b/e107_plugins/log/languages/English.php @@ -70,12 +70,12 @@ define("ADSTAT_L50", "All-time stats"); define("ADSTAT_L51", "Current month stats"); define("ADSTAT_L52", "Previous month stats"); define("ADSTAT_L53", "Information"); -define("ADSTAT_L54", ""); -define("ADSTAT_L55", ""); -define("ADSTAT_L56", ""); -define("ADSTAT_L57", ""); -define("ADSTAT_L58", ""); -define("ADSTAT_L59", ""); -define("ADSTAT_L60", ""); +// define("ADSTAT_L54", ""); +// define("ADSTAT_L55", ""); +// define("ADSTAT_L56", ""); +// define("ADSTAT_L57", ""); +// define("ADSTAT_L58", ""); +// define("ADSTAT_L59", ""); +// define("ADSTAT_L60", ""); + -?>