Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle almost 15 years ago

Change MetaCatVersion to MetacatVersion

View differences:

index.jsp
1
<%@ page    language="java" import="edu.ucsb.nceas.metacat.util.MetacatUtil" %>
1
<%@ page    language="java" import="edu.ucsb.nceas.metacat.util.ConfigurationUtil" %>
2 2
<%
3 3
	/**
4 4
 *  '$RCSfile$'
......
45 45
String addedParams = "";
46 46
String redirectURI = "";
47 47

  
48
if (MetacatUtil.isMetacatConfigured()) {
48
if (ConfigurationUtil.isMetacatConfigured()) {
49 49
    //if qformat has not been set, set its value to "DEFAULT_STYLE"
50 50
    if (qformat==null) {
51 51
      qformat = DEFAULT_STYLE;

Also available in: Unified diff