Changeset 170 for www/user.php
- Timestamp:
- Mar 24, 2009, 5:44:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/user.php
r169 r170 66 66 { 67 67 $this->Database->delete('UserOnline', 'Id='.$DbRow['Id']); 68 $this->System->Modules['Log']->NewRecord('User', 'Logout');68 if($DbRow['Id'] != $this->AnonymousUserId) $this->System->Modules['Log']->NewRecord('User', 'Logout'); 69 69 } 70 70 //$this->LoadPermission($this->User['Role']);
Note:
See TracChangeset
for help on using the changeset viewer.