Incorrect report of missing relational features
This commit is contained in:
@@ -23,6 +23,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
thanks to Tomas Srnka - tomassrnka
|
thanks to Tomas Srnka - tomassrnka
|
||||||
- bug #1601625 [display] The Ignore checkbox is not unchecked for ENUM
|
- bug #1601625 [display] The Ignore checkbox is not unchecked for ENUM
|
||||||
- bug #2809930 [setup] Notice: Undefined variable: k in setup/index.php
|
- bug #2809930 [setup] Notice: Undefined variable: k in setup/index.php
|
||||||
|
- bug [features] Incorrect report of missing relational features
|
||||||
|
|
||||||
3.2.0.0 (2009-06-15)
|
3.2.0.0 (2009-06-15)
|
||||||
- [core] better support for vendor customisation (based on what Debian needs)
|
- [core] better support for vendor customisation (based on what Debian needs)
|
||||||
|
@@ -57,13 +57,14 @@ function PMA_getRelationsParam($verbose = false)
|
|||||||
$_SESSION['relation' . $GLOBALS['server']] = PMA__getRelationsParam();
|
$_SESSION['relation' . $GLOBALS['server']] = PMA__getRelationsParam();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// just for BC but needs to be before PMA_printRelationsParamDiagnostic()
|
||||||
|
// which uses it
|
||||||
|
$GLOBALS['cfgRelation'] = $_SESSION['relation' . $GLOBALS['server']];
|
||||||
|
|
||||||
if ($verbose) {
|
if ($verbose) {
|
||||||
PMA_printRelationsParamDiagnostic($_SESSION['relation' . $GLOBALS['server']]);
|
PMA_printRelationsParamDiagnostic($_SESSION['relation' . $GLOBALS['server']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// just for BC
|
|
||||||
$GLOBALS['cfgRelation'] = $_SESSION['relation' . $GLOBALS['server']];
|
|
||||||
|
|
||||||
return $_SESSION['relation' . $GLOBALS['server']];
|
return $_SESSION['relation' . $GLOBALS['server']];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user