Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle about 16 years ago

Merge 1.9 changes into Head

View differences:

index_map_only.jsp
32 32
%>
33 33
<%@ include file="PORTAL_SETTINGS.jsp"%>
34 34
<%@ include file="include_session_vars.jsp"%>
35
<%@ page import="edu.ucsb.nceas.metacat.MetaCatUtil" %>
35
<%@ page import="edu.ucsb.nceas.metacat.service.PropertyService" %>
36 36

  
37 37
<%
38 38
///////////////////////////////////////////////////////////////////////////////
......
94 94
            </table></td>
95 95
        </tr>
96 96

  
97
	<% if ( MetaCatUtil.getOption("runSpatialOption").equals("true") ) { %>
97
	<% if ( PropertyService.getProperty("runSpatialOption").equals("true") ) { %>
98 98
        <tr>
99 99
          <td class="text_plain"><%@ include file="include_map.jsp" %></td>
100 100
        </tr>

Also available in: Unified diff