Ignore:
Timestamp:
Mar 15, 2006, 12:52:47 AM (18 years ago)
Author:
rvelices
Message:

fix: help button was not working in the site manager

fix: incorrect session deletion in maintenance.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r1072 r1080  
    7272  case 'sessions' :
    7373  {
    74     $query = '
    75 DELETE
    76   FROM '.SESSIONS_TABLE.'
    77   WHERE expiration < NOW()
    78 ;';
    79     pwg_query($query);
     74    pwg_session_gc();
    8075    break;
    8176  }
     
    114109    )
    115110  );
    116  
     111
    117112// +-----------------------------------------------------------------------+
    118113// |                           sending html code                           |
Note: See TracChangeset for help on using the changeset viewer.