Ignore:
Timestamp:
Apr 2, 2012 5:42:09 AM (12 years ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DBSessionHandler.inc.php

    r396 r398  
    108108                session_id char(32) NOT NULL default '',
    109109                session_data mediumtext NOT NULL,
    110                 last_access timestamp(14) NOT NULL,
     110                last_access timestamp NOT NULL,
    111111                PRIMARY KEY (session_id),
    112112                KEY last_access (last_access)
Note: See TracChangeset for help on using the changeset viewer.