Module: nagvis Branch: nagvis-1.4 Commit: bbf4d7f580f76bbd32cf8224cf94e4f15c342b7d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=bbf4d7f580f76bbd32cf8224cf94e4f15c342b7d
Author: LaMi <[email protected]> Date: Mon Nov 23 10:13:05 2009 +0100 Fixed encoding problem --- .../includes/classes/GlobalBackendmklivestatus.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nagvis/nagvis/includes/classes/GlobalBackendmklivestatus.php b/nagvis/nagvis/includes/classes/GlobalBackendmklivestatus.php index d476711..b3e198e 100644 --- a/nagvis/nagvis/includes/classes/GlobalBackendmklivestatus.php +++ b/nagvis/nagvis/includes/classes/GlobalBackendmklivestatus.php @@ -223,7 +223,7 @@ class GlobalBackendmklivestatus implements GlobalBackendInterface { } // Decode the json response - $obj = json_decode($read); + $obj = json_decode(utf8_encode($read)); // TEST: Disable KeepAlive: //socket_close($this->SOCKET); ------------------------------------------------------------------------------ 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
