Changeset 181 for trunk/user.php


Ignore:
Timestamp:
Mar 24, 2009, 10:49:59 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Nastavení telefóního čísla a ICQ uživatele.
  • Opraveno: Nelogovat odhlášení anonymního uživatele.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user.php

    r170 r181  
    6666    {
    6767      $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');
    6969    }
    7070    //$this->LoadPermission($this->User['Role']);
Note: See TracChangeset for help on using the changeset viewer.