From 9527f666870a2343955320752e3ef264c6ac0516 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 26 Jan 2010 13:38:12 -0500 Subject: [PATCH] Operator: One more place to disable the failedcalls graph --- operator/lib/Driver/asterisksql.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/lib/Driver/asterisksql.php b/operator/lib/Driver/asterisksql.php index 67558e9b5..667b7cb91 100644 --- a/operator/lib/Driver/asterisksql.php +++ b/operator/lib/Driver/asterisksql.php @@ -319,8 +319,8 @@ class Operator_Driver_asterisksql extends Operator_Driver { $stats['numcalls'] = array($info['title'] => $s_numcalls); $info = Operator::getGraphInfo('minutes'); $stats['minutes'] = array($info['title'] => $s_minutes); - $info = Operator::getGraphInfo('failed'); - $stats['failed'] = array($info['title'] => $s_failed); +// $info = Operator::getGraphInfo('failed'); +// $stats['failed'] = array($info['title'] => $s_failed); return $stats; } -- 2.11.0