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

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Jun 23 06:15:24 EDT 2011


Author: liuar
Date: 2011-06-23 03:15:24 -0700 (Thu, 23 Jun 2011)
New Revision: 2406

Modified:
   trunk/common/php/Utilities.php
Log:
Comment out error_log to avoid an error on IIS web server.

Modified: trunk/common/php/Utilities.php
===================================================================
--- trunk/common/php/Utilities.php	2011-06-17 20:19:32 UTC (rev 2405)
+++ trunk/common/php/Utilities.php	2011-06-23 10:15:24 UTC (rev 2406)
@@ -281,7 +281,7 @@
 
 if (!function_exists('loadFusionConfig')) {
   function loadFusionConfig() {
-      error_log("loadFusionConfig");
+      //error_log("loadFusionConfig");
     /* json decode only in PHP 5.2 and later */
     if (function_exists('json_decode')) {
         $configFile = realpath(dirname(__FILE__)."/../../config.json");



More information about the fusion-commits mailing list