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



_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to