- Timestamp:
- 04/25/11 09:52:41 (13 months ago)
- File:
-
- 1 edited
-
trunk/core/classes/user.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/classes/user.class.php
r782 r784 199 199 $inCore = cmsCore::getInstance(); 200 200 201 if ($inCore->getCookie('userid') && !$this->id){ 201 $user_id = isset($_SESSION['user']['id']) ? $_SESSION['user']['id'] : 0; 202 203 if ($inCore->getCookie('userid') && !$user_id){ 202 204 203 205 $cookie_code = $inCore->getCookie('userid');
Note: See TracChangeset
for help on using the changeset viewer.
