[Mapbender-commits] r2556 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 24 08:33:05 EDT 2008
Author: christoph
Date: 2008-06-24 08:33:05 -0400 (Tue, 24 Jun 2008)
New Revision: 2556
Modified:
trunk/mapbender/http/php/mb_validateSession.php
Log:
changed notices
Modified: trunk/mapbender/http/php/mb_validateSession.php
===================================================================
--- trunk/mapbender/http/php/mb_validateSession.php 2008-06-24 12:32:25 UTC (rev 2555)
+++ trunk/mapbender/http/php/mb_validateSession.php 2008-06-24 12:33:05 UTC (rev 2556)
@@ -49,12 +49,12 @@
if (!$gui_id) {
$e = new mb_notice("gui id not set");
if ($_REQUEST["guiID"]) {
- $e = new mb_notice("gui id set to guiID");
$gui_id = $_REQUEST["guiID"];
+ $e = new mb_notice("gui id set to guiID: " . $gui_id);
}
elseif ($_REQUEST["gui_id"]) {
- $e = new mb_notice("gui id set to gui_id");
$gui_id = $_REQUEST["gui_id"];
+ $e = new mb_notice("gui id set to gui_id: " . $gui_id);
}
else {
$e = new mb_notice("mb_validateSession.php: gui_id not set in script: " . $_SERVER["PHP_SELF"]);
More information about the Mapbender_commits
mailing list