this locale string expects a numeric value, not a formated sting
This commit is contained in:
@@ -1872,7 +1872,7 @@ function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
|
|||||||
if (PMA_Table::isView($db, $table)
|
if (PMA_Table::isView($db, $table)
|
||||||
&& $total == $GLOBALS['cfg']['MaxExactCountViews']) {
|
&& $total == $GLOBALS['cfg']['MaxExactCountViews']) {
|
||||||
$message = PMA_Message::notice('strViewMaxExactCount');
|
$message = PMA_Message::notice('strViewMaxExactCount');
|
||||||
$message->addParam(PMA_formatNumber($GLOBALS['cfg']['MaxExactCountViews'], 0));
|
$message->addParam($GLOBALS['cfg']['MaxExactCountViews']);
|
||||||
$message->addParam('[a@./Documentation.html#cfg_MaxExactCount@_blank]');
|
$message->addParam('[a@./Documentation.html#cfg_MaxExactCount@_blank]');
|
||||||
$message->addParam('[/a]');
|
$message->addParam('[/a]');
|
||||||
$message_view_warning = PMA_showHint($message);
|
$message_view_warning = PMA_showHint($message);
|
||||||
|
Reference in New Issue
Block a user