[fusion-commits] r2468 - trunk/layers/MapGuide/php

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Nov 22 22:12:48 EST 2011


Author: liuar
Date: 2011-11-22 19:12:48 -0800 (Tue, 22 Nov 2011)
New Revision: 2468

Modified:
   trunk/layers/MapGuide/php/CreateSession.php
Log:
Add the missing php end tag.

Modified: trunk/layers/MapGuide/php/CreateSession.php
===================================================================
--- trunk/layers/MapGuide/php/CreateSession.php	2011-11-22 07:07:51 UTC (rev 2467)
+++ trunk/layers/MapGuide/php/CreateSession.php	2011-11-23 03:12:48 UTC (rev 2468)
@@ -61,4 +61,5 @@
      echo "ERROR: " . $e->GetExceptionMessage() . "n";
      echo $e->GetDetails() . "n";
      echo $e->GetStackTrace() . "n";
-}
\ No newline at end of file
+}
+?>
\ No newline at end of file



More information about the fusion-commits mailing list