Subversion Repositories DevTools

Rev

Rev 5623 | Rev 6300 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5623 Rev 5957
Line 576... Line 576...
576
      ' has the user pressed the submit button?
576
      ' has the user pressed the submit button?
577
    If Request("btn") = "Submit" Then
577
    If Request("btn") = "Submit" Then
578
        Call Update_Pkg_Info ( parPv_id, QStrPar("FRdeployable"), QStrPar("FRlabel"), QStrPar("FRpath"), QStrPar("pv_description"), QStrPar("pv_overview") )
578
        Call Update_Pkg_Info ( parPv_id, QStrPar("FRdeployable"), QStrPar("FRlabel"), QStrPar("FRpath"), QStrPar("pv_description"), QStrPar("pv_overview") )
579
        Call OpenInParentWindow ( "fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&hidenv=true" )
579
        Call OpenInParentWindow ( "fixed_issues.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id &"&hidenv=true" )
580
        Call CloseWindow
580
        Call CloseWindow
-
 
581
        Call Destroy_All_Objects
581
        Response.End
582
        Response.End
582
   End If
583
   End If
583
End If
584
End If
584
 
585
 
585
' Determine the URL to use when and if this form is refreshed using F5, or when a user changes the
586
' Determine the URL to use when and if this form is refreshed using F5, or when a user changes the
Line 1184... Line 1185...
1184
<%
1185
<%
1185
'------------- RUN AFTER PAGE RENDER ---------------
1186
'------------- RUN AFTER PAGE RENDER ---------------
1186
Set objFormCollector = Nothing
1187
Set objFormCollector = Nothing
1187
'---------------------------------------------------
1188
'---------------------------------------------------
1188
%>
1189
%>
1189
 
-
 
1190
<!-- DESTRUCTOR ------->
1190
<!-- DESTRUCTOR ------->
1191
<!--#include file="common/destructor.asp"-->
1191
<!--#include file="common/destructor.asp"-->