Module: nagvis
Branch: master
Commit: ce08fd7fcfba80c5900c452025c89ae8af665013
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/nagvis;a=commit;h=ce08fd7fcfba80c5900c452025c89ae8af665013

Author: Lars Michelsen <[email protected]>
Date:   Fri Sep  4 11:35:57 2009 +0200

Fixed parse error

---

 .../includes/classes/GlobalBackendmerlinmy.php     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/nagvis/includes/classes/GlobalBackendmerlinmy.php 
b/share/nagvis/includes/classes/GlobalBackendmerlinmy.php
index 458bb85..89cc6b3 100755
--- a/share/nagvis/includes/classes/GlobalBackendmerlinmy.php
+++ b/share/nagvis/includes/classes/GlobalBackendmerlinmy.php
@@ -681,7 +681,7 @@ class GlobalBackendmerlinmy implements 
GlobalBackendInterface {
                        $arrReturn = false;
                } else {
                        while($data = mysql_fetch_array($QUERYHANDLE)) {
-                               $arrRow = Array('host'] => $data['host_name'],
+                               $arrRow = Array('host' => $data['host_name'],
                                        'description' => 
$data['service_description']);
                                
                                /**


------------------------------------------------------------------------------
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

Reply via email to