From ac320288e77ce4e25197ee908c981a56ad292bc4 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 1 Jun 2011 10:05:36 +0000 Subject: [PATCH] debugging and fix error messages (graph_error()) git-svn-id: http://www.observium.org/svn/observer/trunk@2383 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 f7e27e34b..603715eea 100644 --- a/html/includes/graphs/macaccounting/auth.inc.php +++ b/html/includes/graphs/macaccounting/auth.inc.php @@ -35,9 +35,9 @@ if (is_numeric($id)) graph_error("unauthenticated"); } } else { - $graph_error = "entry not found"; + graph_error("entry not found"); } } else { - $graph_error = "invalid id"; + graph_error("invalid id"); } ?>