Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 114... Line 114...
114
   objEH.CatchORA ( OraSession )
114
   objEH.CatchORA ( OraSession )
115
 
115
 
116
   ' Really need to log an action too
116
   ' Really need to log an action too
117
 
117
 
118
   ' Really I just want to get rid of the resetNotes bit.
118
   ' Really I just want to get rid of the resetNotes bit.
-
 
119
   Call Destroy_All_Objects
119
   Response.Redirect ("fixed_issues.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id)
120
   Response.Redirect ("fixed_issues.asp?pv_id="&parPv_id&"&rtag_id="&parRtag_id)
120
End If
121
End If
121
 
122
 
122
%>
123
%>
123
<html>
124
<html>
Line 231... Line 232...
231
</table>
232
</table>
232
<!-- FOOTER -->
233
<!-- FOOTER -->
233
<!--#include file="_footer.asp"-->
234
<!--#include file="_footer.asp"-->
234
</body>
235
</body>
235
</html>
236
</html>
236
<%
-
 
237
Call Destroy_All_Objects
-
 
238
%>
-