From b27f7e08c61d3ccc3e274de0240f9d3513cfbfce Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 16 Jul 2010 00:14:42 +0000 Subject: [PATCH] fix php notice git-svn-id: http://www.observium.org/svn/observer/trunk@1368 61d68cd4-352d-0410-923a-c4978735b2b8 --- scripts/mysql_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_stats.php b/scripts/mysql_stats.php index 9c688ab12c..0f48c93ac8 100755 --- a/scripts/mysql_stats.php +++ b/scripts/mysql_stats.php @@ -123,7 +123,7 @@ if (!isset($called_by_script_server)) { } # Split the result up and extract only the desired parts of it. - #$options['items'] = ""; + $options['items'] = ""; $wanted = explode(',', $options['items']); $output = array(); foreach ( explode(' ', $result) as $item ) {