Module: nagvis Branch: master Commit: 84df0e9b08d2f5b5f28ebba1b2b127d0906ff095 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=84df0e9b08d2f5b5f28ebba1b2b127d0906ff095
Author: LaMi <[email protected]> Date: Tue Nov 17 12:51:07 2009 +0100 Removed debug output --- .../core/classes/GlobalBackendmklivestatus.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/share/server/core/classes/GlobalBackendmklivestatus.php b/share/server/core/classes/GlobalBackendmklivestatus.php index 107209b..24674f8 100644 --- a/share/server/core/classes/GlobalBackendmklivestatus.php +++ b/share/server/core/classes/GlobalBackendmklivestatus.php @@ -287,10 +287,8 @@ class GlobalBackendmklivestatus implements GlobalBackendInterface { * @author Lars Michelsen <[email protected]> */ private function queryLivestatusSingleRow($query) { - echo $query."\n"; $l = $this->queryLivestatus($query); if(isset($l[0])) { - print_r($l[0])."\n"; return $l[0]; } else { return 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
