format rowcount in left frame

This commit is contained in:
Sebastian Mendel
2005-10-27 17:09:59 +00:00
parent 2d6e0f00d8
commit 4e097c02e9
3 changed files with 4 additions and 3 deletions

View File

@@ -1874,7 +1874,7 @@ if (typeof(window.parent) != 'undefined'
$tooltip = (empty($tbl_status['Comment']))
? ''
: $tbl_status['Comment'] . ' ';
$tooltip .= '(' . $tbl_status['Rows'] . ' ' . $GLOBALS['strRows'] . ')';
$tooltip .= '(' . PMA_formatNumber( $tbl_status['Rows'], 0 ) . ' ' . $GLOBALS['strRows'] . ')';
PMA_DBI_free_result($result);
$uni_tbl = PMA_jsFormat( $GLOBALS['db'] . '.' . $GLOBALS['table'], false );
echo "\n";