Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyron Madlener <tyronx@gmail.com>2011-06-06 16:38:56 +0400
committerTyron Madlener <tyronx@gmail.com>2011-06-06 16:38:56 +0400
commit5e094266669b0ec306e7a836154373a52766fd98 (patch)
treee4b2447382e5d11c767ffc346e4f49d542dd63d3 /server_collations.php
parent9abc87d3a5915783f6e71ea56eefbce4c3196616 (diff)
Merge
Diffstat (limited to 'server_collations.php')
-rw-r--r--server_collations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_collations.php b/server_collations.php
index 0adc4d3291..44d5157518 100644
--- a/server_collations.php
+++ b/server_collations.php
@@ -55,7 +55,7 @@ echo '<div id="div_mysql_charset_collations">' . "\n"
. '</tr>' . "\n";
$i = 0;
-$table_row_count = count($mysql_charsets) + $mysql_collations_count;
+$table_row_count = count($mysql_charsets) + count($mysql_collations);
foreach ($mysql_charsets as $current_charset) {
if ($i >= $table_row_count / 2) {