Changeset 1080 for trunk/admin


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

fix: help button was not working in the site manager

fix: incorrect session deletion in maintenance.php

Location:
trunk/admin
Files:
2 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                           |
  • trunk/admin/site_manager.php

    r1072 r1080  
    202202
    203203$template->assign_vars( array(
     204  'U_HELP' => PHPWG_ROOT_PATH.'/popuphelp.php?page=remote_site',
    204205  'F_ACTION' => PHPWG_ROOT_PATH.'admin.php'
    205206                .get_query_string_diff( array('action','site') )
Note: See TracChangeset for help on using the changeset viewer.