Subversion Repositories DevTools

Rev

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

Rev 5590 Rev 5957
Line 81... Line 81...
81
	If objForm.IsValidOnPostBack Then
81
	If objForm.IsValidOnPostBack Then
82
		' --- Form is Valid ---
82
		' --- Form is Valid ---
83
		Call Add_Package_Interest(parProjId, request("pkg_id_list"))
83
		Call Add_Package_Interest(parProjId, request("pkg_id_list"))
84
		If objEH.Finally Then
84
		If objEH.Finally Then
85
            Call ReloadParentWindow()    
85
            Call ReloadParentWindow()    
-
 
86
            Call Destroy_All_Objects
86
            Response.End
87
            Response.End
87
		End If
88
		End If
88
 
89
 
89
	End If
90
	End If
90
End If
91
End If
Line 324... Line 325...
324
<%
325
<%
325
'------------ RUN AFTER PAGE RENDER -----------
326
'------------ RUN AFTER PAGE RENDER -----------
326
Set objFormCollector = Nothing
327
Set objFormCollector = Nothing
327
'----------------------------------------------
328
'----------------------------------------------
328
%>
329
%>
-
 
330
<!-- DESTRUCTOR ------->
329
<!--#include file="common/destructor.asp"-->
331
<!--#include file="common/destructor.asp"-->