[20790] fixing : php syntax error

Pascal Vilarem <[email protected]>
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20790
Author:   maat
Date:     2009-11-13 19:09:34 +0000 (Fri, 13 Nov 2009)
Log Message:
-----------
fixing : php syntax error
+ changing slightly EOF to avoid pdt validation crash when opening file

Modified Paths:
--------------
    modules/phpsysinfo/trunk/includes/mb/class.mbm5.inc.php

Modified: modules/phpsysinfo/trunk/includes/mb/class.mbm5.inc.php
===================================================================
--- modules/phpsysinfo/trunk/includes/mb/class.mbm5.inc.php	2009-11-13 19:03:24 UTC (rev 20789)
+++ modules/phpsysinfo/trunk/includes/mb/class.mbm5.inc.php	2009-11-13 19:09:34 UTC (rev 20790)
@@ -24,8 +24,8 @@
 // need more csv logs to make it better.
 //
 class mbinfo {
-    var buf_label;
-    var buf_value;
+    var $buf_label;
+    var $buf_value;
 
   function temperature() {
     $results = array();
@@ -122,6 +122,6 @@
 
     return $results;
   } 
-} 
-
-?>
+}
+	
+?>
\ No newline at end of file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.