clarification

This commit is contained in:
Marc Delisle
2009-07-15 22:17:14 +00:00
parent 8bbb381bc1
commit 5927e2cc91

View File

@@ -218,6 +218,8 @@ EOD;
function checkBLOBStreamableDatabases() function checkBLOBStreamableDatabases()
{ {
// load PMA configuration // load PMA configuration
// (remember that $PMA_Config points to the object in $_SESSION,
// therefore changes done with ->set are really done in the session)
$PMA_Config = $_SESSION['PMA_Config']; $PMA_Config = $_SESSION['PMA_Config'];
// return if unable to load PMA configuration // return if unable to load PMA configuration