[fusion-commits] r1912 - trunk/common/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Sep 24 15:42:10 EDT 2009


Author: pagameba
Date: 2009-09-24 15:42:09 -0400 (Thu, 24 Sep 2009)
New Revision: 1912

Modified:
   trunk/common/php/Utilities.php
Log:
Re #81.  typo.

Modified: trunk/common/php/Utilities.php
===================================================================
--- trunk/common/php/Utilities.php	2009-09-24 19:09:10 UTC (rev 1911)
+++ trunk/common/php/Utilities.php	2009-09-24 19:42:09 UTC (rev 1912)
@@ -27,7 +27,7 @@
 /* recursively convert a variable to its json representation */
 function var2json($var) {
     if (function_exists('json_encode')) {
-        $result json_encode($var);
+        $result = json_encode($var);
     } else {
         $result = "";
         if (is_object($var)) {



More information about the fusion-commits mailing list