Changeset 81 for trunk/Pages/UUserControlPage.pas
- Timestamp:
- Jun 21, 2012, 12:21:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Pages/UUserControlPage.pas
r80 r81 32 32 33 33 uses 34 U MainModule, UUtils, UUser;34 UCore, UUtils, UUser; 35 35 36 36 { TUserControlPage } … … 63 63 UserId: Integer; 64 64 begin 65 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin65 with TWebSession(HandlerData), Core, HtmlDocument.Body do begin 66 66 Form := TQueryForm.Create; 67 67 with Form do begin … … 108 108 UserId: Integer; 109 109 begin 110 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin110 with TWebSession(HandlerData), Core, HtmlDocument.Body do begin 111 111 Form := TQueryForm.Create; 112 112 with Form do begin … … 165 165 procedure TUserControlPage.HandleLogout(HandlerData: THTTPHandlerData); 166 166 begin 167 with TWebSession(HandlerData), MainModule, HtmlDocument.Body do begin167 with TWebSession(HandlerData), Core, HtmlDocument.Body do begin 168 168 UserOnline.Logout; 169 169 with THtmlString(SubItems.AddNew(THtmlString.Create)) do
Note:
See TracChangeset
for help on using the changeset viewer.