<%@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
Unit Tests Not Supplied!
  Package is NOT released!
There are no unit tests supplied for this package.
  Please supply entry with Unit Test details.