fix Notice
This commit is contained in:
@@ -349,7 +349,7 @@ else {
|
|||||||
reset($func);
|
reset($func);
|
||||||
while (list($i, $func_type) = each($func)) {
|
while (list($i, $func_type) = each($func)) {
|
||||||
list($charsets[$i]) = explode('_', $collations[$i]);
|
list($charsets[$i]) = explode('_', $collations[$i]);
|
||||||
if (@$GLOBALS['cfg']['UnaryOperators'][$func_type] == 1) {
|
if (isset($GLOBALS['cfg']['UnaryOperators'][$func_type]) && $GLOBALS['cfg']['UnaryOperators'][$func_type] == 1) {
|
||||||
$fields[$i] = '';
|
$fields[$i] = '';
|
||||||
$w[] = PMA_backquote(urldecode($names[$i])) . ' ' . $func_type;
|
$w[] = PMA_backquote(urldecode($names[$i])) . ' ' . $func_type;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user