[Mapbender-commits] r1713 - in tags: . 2.4.3/http 2.4.3/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Oct 5 09:42:47 EDT 2007
Author: christoph
Date: 2007-10-05 09:42:47 -0400 (Fri, 05 Oct 2007)
New Revision: 1713
Added:
tags/2.4.3/
Modified:
tags/2.4.3/http/index.php
tags/2.4.3/http/php/mod_saveWKT.php
Log:
mapbender 2.4.3
Oct 5, 2007
Copied: tags/2.4.3 (from rev 1712, tags/2.4.3.rc1)
Modified: tags/2.4.3/http/index.php
===================================================================
--- tags/2.4.3.rc1/http/index.php 2007-10-05 12:58:36 UTC (rev 1712)
+++ tags/2.4.3/http/index.php 2007-10-05 13:42:47 UTC (rev 1713)
@@ -109,7 +109,7 @@
<div class="mapbender_welcome">Welcome to <font align="left" color="#000000">Ma</font><font color="#0000CE">p</font><font color="#C00000">b</font><font color="#000000">ender</font></div>
- <font color="#ff0000">Mapbender Version 2.4.3 rc1 (2007-09-21)</font>
+ <font color="#ff0000">Mapbender Version 2.4.3 (2007-10-05)</font>
</td></tr>
</table>
<br>
Modified: tags/2.4.3/http/php/mod_saveWKT.php
===================================================================
--- tags/2.4.3.rc1/http/php/mod_saveWKT.php 2007-10-05 12:58:36 UTC (rev 1712)
+++ tags/2.4.3/http/php/mod_saveWKT.php 2007-10-05 13:42:47 UTC (rev 1713)
@@ -76,7 +76,7 @@
personal postgresql parameters - persönliche Postgresql-Einstellungen */
$host = "localhost";
$port = "5432";
-DBname = "databasename";
+define("DBname", "databasename");
$user = "username";
$password = "password";
//personal example: pick only certain (working-) tables, here: tables which start with "mapbender_"
More information about the Mapbender_commits
mailing list