Subversion Repositories DevTools

Rev

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

Rev 4079 Rev 4955
Line 98... Line 98...
98
   Call OpenInWindow( "dependencies.asp?rtag_id="& Request("rtag_id") )
98
   Call OpenInWindow( "dependencies.asp?rtag_id="& Request("rtag_id") )
99
 
99
 
100
Else
100
Else
101
   Err.Raise 8, "Request not accepted here."
101
   Err.Raise 8, "Request not accepted here."
102
   'Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
102
   'Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
103
   'Response.write QSTR_All
103
   'Response.write QSTR_FullQuery
104
End If
104
End If
105
objEH.Catch()
105
objEH.Catch()
106
%>
106
%>
107
 
107
 
108
<!-- DESTRUCTOR ------->
108
<!-- DESTRUCTOR ------->