Ignore:
Timestamp:
Jan 7, 2014, 8:45:46 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Permanent user logon was not kept after restart of web browser. This is now done with cookies.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r716 r725  
    27162716}
    27172717
     2718function UpdateTo725($Manager)
     2719{
     2720        $Manager->Execute('ALTER TABLE `UserOnline` ADD `StayLoggedHash` VARCHAR( 40 ) NOT NULL ;');   
     2721}
     2722
    27182723
    27192724$Updates = array(
     
    27382743        695 => array('Revision' => 712 , 'Function' => 'UpdateTo712'),
    27392744        712 => array('Revision' => 716 , 'Function' => 'UpdateTo716'),
     2745        716 => array('Revision' => 725 , 'Function' => 'UpdateTo725'),
    27402746);
Note: See TracChangeset for help on using the changeset viewer.