From 889161f02ac82107997faca8cd3ad70ccd254336 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 1 Jun 2011 10:04:11 +0000 Subject: [PATCH] debugging git-svn-id: http://www.observium.org/svn/observer/trunk@2382 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/macaccounting/auth.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/graphs/macaccounting/auth.inc.php b/html/includes/graphs/macaccounting/auth.inc.php index 696dfa7d4..f7e27e34b 100644 --- a/html/includes/graphs/macaccounting/auth.inc.php +++ b/html/includes/graphs/macaccounting/auth.inc.php @@ -29,10 +29,10 @@ if (is_numeric($id)) $title .= " :: " . formatMac($acc['mac']); $auth = TRUE; } else { - $graph_error = "file not found"; + graph_error("file not found"); } } else { - $graph_error = "unauthenticated"; + graph_error("unauthenticated"); } } else { $graph_error = "entry not found";