[Mapbender-commits] r2557 - branches/dev_lenkne/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 24 12:26:15 EDT 2008


Author: lenkne
Date: 2008-06-24 12:26:15 -0400 (Tue, 24 Jun 2008)
New Revision: 2557

Modified:
   branches/dev_lenkne/http/javascripts/map.php
Log:


Modified: branches/dev_lenkne/http/javascripts/map.php
===================================================================
--- branches/dev_lenkne/http/javascripts/map.php	2008-06-24 12:33:05 UTC (rev 2556)
+++ branches/dev_lenkne/http/javascripts/map.php	2008-06-24 16:26:15 UTC (rev 2557)
@@ -3,6 +3,7 @@
 # http://www.mapbender.org/index.php/Map.php
 # Copyright (C) 2002 CCGIS
 #
+# Test
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2, or (at your option)
@@ -20,7 +21,7 @@
 require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
 
 // see http://trac.osgeo.org/mapbender/ticket/79
-ini_set('session.bug_compat_42',0); 
+ini_set('session.bug_compat_42',0);
 ini_set('session.bug_compat_warn',0);
 
 /*



More information about the Mapbender_commits mailing list