Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 49... Line 49...
49
'-------------------------  MAIN LINE  -----------------------------------------
49
'-------------------------  MAIN LINE  -----------------------------------------
50
 
50
 
51
If Request("cr_id") <> "" Then
51
If Request("cr_id") <> "" Then
52
  Call RemoveCodeReviewURL ( Request("cr_id") )
52
  Call RemoveCodeReviewURL ( Request("cr_id") )
53
End If
53
End If
-
 
54
Call Destroy_All_Objects
54
  Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") &"&#CODE_REVIEW")
55
Response.Redirect("fixed_issues.asp?hidenv=true&pv_id="& Request("pv_id") &"&rtag_id="& Request("rtag_id") &"&#CODE_REVIEW")
55
 
-
 
56
%>
56
%>
57
 
-
 
58
<!-- DESTRUCTOR ------->
-
 
59
<!--#include file="common/destructor.asp"-->
-