Changeset 790


Ignore:
Timestamp:
04/26/11 15:34:09 (13 months ago)
Author:
r2
Message:

сохранять старый logdate в сессии

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/classes/user.class.php

    r784 r790  
    7070 
    7171        if (!file_exists(PATH.'/images/users/avatars/small/'.$this->imageurl) || !$this->imageurl){ $this->imageurl = 'nopic.jpg'; } 
     72 
     73        $this->logdate = $_SESSION['user']['logdate']; 
    7274 
    7375        $this->id = (int)$user_id; 
Note: See TracChangeset for help on using the changeset viewer.