projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcdf4d9
)
Operator: One more place to disable the failedcalls graph
author
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 18:38:12 +0000
(13:38 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 26 Jan 2010 18:38:12 +0000
(13:38 -0500)
operator/lib/Driver/asterisksql.php
patch
|
blob
|
history
diff --git
a/operator/lib/Driver/asterisksql.php
b/operator/lib/Driver/asterisksql.php
index
67558e9
..
667b7cb
100644
(file)
--- 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;
}