bug #2100624 Wrong reference to old message strViewMaxExactCount
This commit is contained in:
@@ -466,7 +466,7 @@ class PMA_Table
|
||||
echo PMA_formatNumber($row_count, 0);
|
||||
if ($is_view) {
|
||||
echo ' '
|
||||
. sprintf($GLOBALS['strViewMaxExactCount'],
|
||||
. sprintf($GLOBALS['strViewHasAtLeast'],
|
||||
$GLOBALS['cfg']['MaxExactCount'],
|
||||
'[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]');
|
||||
}
|
||||
|
@@ -1850,8 +1850,7 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
|
||||
|
||||
if (PMA_Table::isView($db, $table)
|
||||
&& $total == $GLOBALS['cfg']['MaxExactCountViews']) {
|
||||
$message = PMA_Message::notice('strViewMaxExactCount');
|
||||
$message->addParam($GLOBALS['cfg']['MaxExactCountViews']);
|
||||
$message = PMA_Message::notice('strViewHasAtLeast');
|
||||
$message->addParam('[a@./Documentation.html#cfg_MaxExactCount@_blank]');
|
||||
$message->addParam('[/a]');
|
||||
$message_view_warning = PMA_showHint($message);
|
||||
|
Reference in New Issue
Block a user