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 126... Line 126...
126
      '
126
      '
127
      'End If
127
      'End If
128
 
128
 
129
 
129
 
130
 
130
 
-
 
131
      Call Destroy_All_Objects
131
      Response.Redirect("dependencies.asp?rtag_id="& Request("rtag_id") )
132
      Response.Redirect("dependencies.asp?rtag_id="& Request("rtag_id") )
132
   End If
133
   End If
133
Else
134
Else
134
         Err.Raise 8, "Please select the required package to delete."
135
         Err.Raise 8, "Please select the required package to delete."
135
   'Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
136
   'Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
136
   'Response.write QSTR_FullQuery
137
   'Response.write QSTR_FullQuery
137
End If
138
End If
138
   objEH.Catch
139
   objEH.Catch
139
%>
140
%>
140
 
-
 
141
<!-- DESTRUCTOR ------->
141
<!-- DESTRUCTOR ------->
142
<!--#include file="common/destructor.asp"-->
142
<!--#include file="common/destructor.asp"-->