Subversion Repositories DevTools

Rev

Rev 5506 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 5957
Line 109... Line 109...
109
If (parPv_id <> "") AND (parRtag_id <> "")Then
109
If (parPv_id <> "") AND (parRtag_id <> "")Then
110
   ' All mandatory parameters FOUND
110
   ' All mandatory parameters FOUND
111
 
111
 
112
   Call Update_Unit_Test_Accepted_State ( parPv_id, GetUnitTestList(parPv_id) )
112
   Call Update_Unit_Test_Accepted_State ( parPv_id, GetUnitTestList(parPv_id) )
113
 
113
 
-
 
114
   Call Destroy_All_Objects
114
   Response.Redirect("fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
115
   Response.Redirect("fixed_issues.asp?pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
115
Else
116
Else
116
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
117
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
117
   Response.write QSTR_FullQuery
118
   Response.write QSTR_FullQuery
118
End If
119
End If
119
%>
120
%>
120
 
-
 
121
<!-- DESTRUCTOR ------->
121
<!-- DESTRUCTOR ------->
122
<!--#include file="common/destructor.asp"-->
122
<!--#include file="common/destructor.asp"-->