<%@LANGUAGE="VBSCRIPT"%> <%Option Explicit%> <%Response.Expires = 0%> <% '-- VARIABLE DECLARATION ---------------- Dim tempArr Dim parRtag_id Dim parPv_id Dim parRfile Dim parAnchor '-- CONSTANTS --------------------------- '-- INITIALISATION ---------------------- tempArr = Split( Session(enum_RELMGR_ERRDESCRIPTION), "|" ) parRtag_id = tempArr(0) parPv_id = tempArr(1) parRfile = tempArr(2) parAnchor = tempArr(3) '-- DESTROY ----------------------------- Session(enum_RELMGR_ERRDESCRIPTION) = NULL '---------------------------------------- %> Release Manager
Missing Dependencies!
  Package is NOT made official!
Some dependencies of this package are missing from a release and they are indicated with icon.
  Make sure all dependencies are available in this release.