Subversion Repositories DevTools

Rev

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

Rev 1281 Rev 1337
Line 57... Line 57...
57
   'COMPLETE THE REQUEST...
57
   'COMPLETE THE REQUEST...
58
   Call LockRelease ( parRtag_id )
58
   Call LockRelease ( parRtag_id )
59
 
59
 
60
   Call RaiseMsg ( enum_MSG_RELEASE_IS_NOW_LOCKED, parRtag_id )
60
   Call RaiseMsg ( enum_MSG_RELEASE_IS_NOW_LOCKED, parRtag_id )
61
Else
61
Else
62
   Response.write "Some mendatory parameters are missing!" & "<br>" 'TODO
62
   Response.write "Some mandatory parameters are missing!" & "<br>" 'TODO
63
   Response.write QSTR_All
63
   Response.write QSTR_All
64
End If
64
End If
65
%>
65
%>
66
 
66
 
67
<!-- DESTRUCTOR ------->
67
<!-- DESTRUCTOR ------->