<cfparam name="attributes.message" default="">
<cfif structkeyExistsisdefined("application.log, ".bDeprecated") AND application.log.bDeprecated>
<cfset deprecatedMsg="../admin/navajo/edit.cfm should be replaced by call to ../conjuror/invocation.cfm" />
<cftrace type="warning" inline="false" text="#deprecatedMsg##GetBaseTemplatePath()# - #attributes.message#" abort="false" />
<cflog file="deprecated" application="true" type="warning" text="#deprecatedMsg##GetBaseTemplatePath()# - #attributes.message#" />
</cfif>
|