Module: nagvis Branch: master Commit: 750b3c9a2271f2745becce7294d48ebb1f65b1d7 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=750b3c9a2271f2745becce7294d48ebb1f65b1d7
Author: LaMi <[email protected]> Date: Mon Nov 23 10:13:05 2009 +0100 Fixed encoding problem --- .../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 710efb2..802828e 100644 --- a/share/server/core/classes/GlobalBackendmklivestatus.php +++ b/share/server/core/classes/GlobalBackendmklivestatus.php @@ -220,7 +220,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
