Project

General

Profile

« Previous | Next » 

Revision 4698

Added by daigle over 15 years ago

Renamed MetaCatUtil to MetacatUtil

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.MetacatUtil"%>
3 3
<%
4 4
	 /**
5 5
	 *   '$RCSfile$'
......
27 27
%>
28 28

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

Also available in: Unified diff