Module: nagvis Branch: master Commit: da049e92dd6b01bbbba33aaea467f8dcc70c8dac URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=da049e92dd6b01bbbba33aaea467f8dcc70c8dac
Author: LaMi <[email protected]> Date: Sat Nov 7 14:14:53 2009 +0100 Removed debug output --- .../core/classes/GlobalBackendmklivestatus.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php b/share/server/core/classes/GlobalBackendmklivestatus.php index d276a31..713f86a 100644 --- a/share/server/core/classes/GlobalBackendmklivestatus.php +++ b/share/server/core/classes/GlobalBackendmklivestatus.php @@ -630,7 +630,7 @@ class GlobalBackendmklivestatus implements GlobalBackendInterface { "acknowledged host_acknowledged host_scheduled_downtime_depth\n"; $l = $this->queryLivestatus($query); - print_r($l); + $result = Array(); $arrReturn = Array(); ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
