Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5957
Line 347... Line 347...
347
      Call Add_Patch ( parPv_id, Request("FRversion") )
347
      Call Add_Patch ( parPv_id, Request("FRversion") )
348
   End If
348
   End If
349
 
349
 
350
   If objEH.Finally Then
350
   If objEH.Finally Then
351
      Call OpenInParentWindow ( "patches.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
351
      Call OpenInParentWindow ( "patches.asp?pv_id="& parPv_id &"&rtag_id="& parRtag_id )
-
 
352
      Call Destroy_All_Objects
352
      Response.End
353
      Response.End
353
   End If
354
   End If
354
End If
355
End If
355
%>
356
%>
356
<html>
357
<html>
Line 525... Line 526...
525
   <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
526
   <input type="hidden" name="rtag_id" value="<%=parRtag_id%>">
526
   <input type="hidden" name="action" value="true">
527
   <input type="hidden" name="action" value="true">
527
</form>
528
</form>
528
</body>
529
</body>
529
</html>
530
</html>
530
 
-
 
531
 
-
 
532
<!-- DESTRUCTOR ------->
531
<!-- DESTRUCTOR ------->
533
<!--#include file="common/destructor.asp"-->
532
<!--#include file="common/destructor.asp"-->