Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 73... Line 73...
73
 
73
 
74
   '--- Process submition ---
74
   '--- Process submition ---
75
   Call AddReleaseReference ( Request("ToRtag_id"), Request("RefRtag_id"), ProblemsString )
75
   Call AddReleaseReference ( Request("ToRtag_id"), Request("RefRtag_id"), ProblemsString )
76
 
76
 
77
   If IsNull( ProblemsString ) Then
77
   If IsNull( ProblemsString ) Then
-
 
78
      Call Destroy_All_Objects
78
      Response.Redirect( "dependencies.asp?rtag_id="& Request("ToRtag_id") )
79
      Response.Redirect( "dependencies.asp?rtag_id="& Request("ToRtag_id") )
79
   End If
80
   End If
80
 
81
 
81
Else
82
Else
82
 
83
 
Line 177... Line 178...
177
      </td>
178
      </td>
178
   </tr>
179
   </tr>
179
</table>
180
</table>
180
</body>
181
</body>
181
</html>
182
</html>
182
 
-
 
183
 
-
 
184
<!-- DESTRUCTOR ------->
183
<!-- DESTRUCTOR ------->
185
<!--#include file="common/destructor.asp"-->
184
<!--#include file="common/destructor.asp"-->