No need to close the session after saving navigation data

This commit is contained in:
Rouslan Placella 2012-07-03 17:12:16 +01:00
parent 8d186a77a6
commit fd8d8465bf

View File

@ -33,11 +33,6 @@ class PMA_Navigation {
$_SESSION['tmp_user_values']['navi_limit_offset'] = $pos;
$this->pos = $pos;
}
// free the session file, for the other frames to be loaded
// but only if debugging is not enabled
if (empty($_SESSION['debug'])) {
session_write_close();
}
}
/**