Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 81... Line 81...
81
 
81
 
82
   'COMPLETE THE REQUEST...
82
   'COMPLETE THE REQUEST...
83
   Call Update_View ( parView_id, parViewName )
83
   Call Update_View ( parView_id, parViewName )
84
   Call Update_View_Definition ( parView_id, parPkgInc )
84
   Call Update_View_Definition ( parView_id, parPkgInc )
85
 
85
 
-
 
86
   Call Destroy_All_Objects
86
   Response.Redirect("members_public_view.asp")
87
   Response.Redirect("members_public_view.asp")
87
Else
88
Else
88
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
89
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
89
   Response.write QSTR_FullQuery
90
   Response.write QSTR_FullQuery
90
End If
91
End If
91
%>
92
%>
92
 
-
 
93
<!-- DESTRUCTOR ------->
93
<!-- DESTRUCTOR ------->
94
<!--#include file="common/destructor.asp"-->
94
<!--#include file="common/destructor.asp"-->