From: Ben Klang Date: Tue, 26 Jan 2010 18:38:12 +0000 (-0500) Subject: Operator: One more place to disable the failedcalls graph X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9527f666870a2343955320752e3ef264c6ac0516;p=horde.git Operator: One more place to disable the failedcalls graph --- 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; }