Subversion Repositories DevTools

Rev

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

Rev 1281 Rev 1337
Line 52... Line 52...
52
End Sub
52
End Sub
53
%>
53
%>
54
<%
54
<%
55
'--- Process submition ---
55
'--- Process submition ---
56
If (QStrPar("action") <> "") Then
56
If (QStrPar("action") <> "") Then
57
   ' All mendatory parameters FOUND
57
   ' All mandatory parameters FOUND
58
   Call Remove_View_Settings ( objAccessControl.UserId )
58
   Call Remove_View_Settings ( objAccessControl.UserId )
59
   Call Insert_View_Settings ( objAccessControl.UserId, Request("FRpersonalshow") )
59
   Call Insert_View_Settings ( objAccessControl.UserId, Request("FRpersonalshow") )
60
End If
60
End If
61
%>
61
%>
62
<html>
62
<html>