[Mapbender-commits] r5964 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Apr 15 13:46:28 EDT 2010
Author: mifan
Date: 2010-04-15 13:46:28 -0400 (Thu, 15 Apr 2010)
New Revision: 5964
Modified:
trunk/mapbender/http/javascripts/mod_searchCSW_ajax.php
Log:
fixed bug that refused to show cat window- which also led to a deprecated call
Modified: trunk/mapbender/http/javascripts/mod_searchCSW_ajax.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_searchCSW_ajax.php 2010-04-15 14:36:15 UTC (rev 5963)
+++ trunk/mapbender/http/javascripts/mod_searchCSW_ajax.php 2010-04-15 17:46:28 UTC (rev 5964)
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@@ -371,6 +371,7 @@
<h1><?php echo _mb("Catalog Search"); ?></h1>
<div class='note'>
<?php echo _mb("Do a Basic or Advanced Search of Catalogs in the system. Please visit the Catalog Admin to add a Catalog"); ?>
+ <?php new mb_notice("MM:TEST EXCEPTION2");?>
</div>
<div class="form-container">
More information about the Mapbender_commits
mailing list