phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [20790] fixing : php syntax error


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [20790] fixing : php syntax error
Date: Fri, 13 Nov 2009 19:09:34 +0000

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]