Changeset 36 for trunk/user.php
- Timestamp:
- May 6, 2009, 6:59:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user.php
r35 r36 139 139 { 140 140 $this->Database->update(array('Table' => $this->TableUser, 'Condition' => 'Id='.$Row['Id']), array('LastLoginTime' => 'NOW()')); 141 $this->Database->update(array('Table' => $this->TableUserOnline, 'Condition' => 'SessionId="'.$SID.'"'), array('User' => $Row['Id'], 'Id' => $Row[' mId']));141 $this->Database->update(array('Table' => $this->TableUserOnline, 'Condition' => 'SessionId="'.$SID.'"'), array('User' => $Row['Id'], 'Id' => $Row['Id'])); 142 142 // načtení stavu stromu 143 143 $Result = USER_LOGGED_IN;
Note:
See TracChangeset
for help on using the changeset viewer.