bug #1418145, missing global
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2006-01-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/common.lib.php: bug #1418145, missing global,
|
||||||
|
thanks to Bananeweizen
|
||||||
|
|
||||||
2006-01-29 Marc Delisle <lem9@users.sourceforge.net>
|
2006-01-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/estonian updates, thanks to Marko Ellermaa - uhuu
|
* lang/estonian updates, thanks to Marko Ellermaa - uhuu
|
||||||
* lang/polish: updates, thanks to Jakub Wilk - ubanus
|
* lang/polish: updates, thanks to Jakub Wilk - ubanus
|
||||||
|
@@ -1323,7 +1323,7 @@ if (!defined('PMA_MINIMUM_COMMON')) {
|
|||||||
// PMA_countRecords() in display mode.
|
// PMA_countRecords() in display mode.
|
||||||
echo number_format($num, 0, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator']);
|
echo number_format($num, 0, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator']);
|
||||||
if ($tbl_is_view) {
|
if ($tbl_is_view) {
|
||||||
echo ' ' . sprintf($strViewMaxExactCount, $cfg['MaxExactCount'], '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]');
|
echo ' ' . sprintf($GLOBALS['strViewMaxExactCount'], $cfg['MaxExactCount'], '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]');
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user