Subversion Repositories DevTools

Rev

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

Rev 1281 Rev 1337
Line 133... Line 133...
133
%>
133
%>
134
<%
134
<%
135
'-----------------------  MAIN LINE  ---------------------------
135
'-----------------------  MAIN LINE  ---------------------------
136
'--- Process submition ---
136
'--- Process submition ---
137
If (parPv_id <> "") Then
137
If (parPv_id <> "") Then
138
   ' All mendatory parameters FOUND
138
   ' All mandatory parameters FOUND
139
 
139
 
140
   Call Update_Issues ( parPv_id, parFRfixed )
140
   Call Update_Issues ( parPv_id, parFRfixed )
141
 
141
 
142
   Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
142
   Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id"))
143
Else
143
Else
144
   Response.write "Some mendatory parameters are missing!" & "<br>" 'TODO
144
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
145
   Response.write QSTR_All
145
   Response.write QSTR_All
146
End If
146
End If
147
%>
147
%>
148
 
148
 
149
<!-- DESTRUCTOR ------->
149
<!-- DESTRUCTOR ------->