Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle over 14 years ago

Change MetaCatVersion to MetacatVersion

View differences:

configure-check.jsp
1 1
<%@ page errorPage="jsperrorpage.html"%>
2
<%@page import="edu.ucsb.nceas.metacat.util.MetacatUtil"%>
2
<%@page import="edu.ucsb.nceas.metacat.util.ConfigurationUtil"%>
3 3
<%
4 4
	 /**
5 5
	 *   '$RCSfile$'
......
27 27
%>
28 28

  
29 29
<%
30
if (!MetacatUtil.isMetacatConfigured()) {
30
if (!ConfigurationUtil.isMetacatConfigured()) {
31 31
%>
32 32
	<jsp:forward page="/metacat" />
33 33
<%

Also available in: Unified diff