Changeset 181 for trunk/user.php
- Timestamp:
- Mar 24, 2009, 10:49:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.php
r170 r181 66 66 { 67 67 $this->Database->delete('UserOnline', 'Id='.$DbRow['Id']); 68 if($DbRow[' Id'] != $this->AnonymousUserId) $this->System->Modules['Log']->NewRecord('User', 'Logout');68 if($DbRow['User'] != $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.