projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4374d
)
Operator: Mute warnings coming from Image_Graph
author
Ben Klang
<ben@alkaloid.net>
Sun, 10 Jan 2010 19:57:32 +0000
(14:57 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Sun, 10 Jan 2010 19:57:32 +0000
(14:57 -0500)
operator/graphgen.php
patch
|
blob
|
history
diff --git
a/operator/graphgen.php
b/operator/graphgen.php
index
bbf5a88
..
9004bd5
100644
(file)
--- a/
operator/graphgen.php
+++ b/
operator/graphgen.php
@@
-13,6
+13,10
@@
require_once dirname(__FILE__) . '/lib/Application.php';
$operator = new Operator_Application(array('init' => true));
$cache = &$GLOBALS['cache'];
+// Work around warnings in Image_Graph
+error_reporting(E_NONE);
+ini_set("display_errors", 0);
+
#setlocale(LC_ALL, Horde_Nls::select());
#setlocale(LC_ALL, 'en_US');