No collation selection for Drizzle.
This commit is contained in:
26
main.php
26
main.php
@@ -91,19 +91,21 @@ if ($server > 0
|
|||||||
'./user_password.php?' . $common_url_query, null, null, 'change_password_anchor');
|
'./user_password.php?' . $common_url_query, null, null, 'change_password_anchor');
|
||||||
}
|
}
|
||||||
} // end if
|
} // end if
|
||||||
echo ' <li id="li_select_mysql_collation">';
|
if (PMA_MYSQL_MAJOR_VERSION < 2009) {
|
||||||
echo ' <form method="post" action="index.php" target="_parent">' . "\n"
|
echo ' <li id="li_select_mysql_collation">';
|
||||||
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
|
echo ' <form method="post" action="index.php" target="_parent">' . "\n"
|
||||||
. ' <label for="select_collation_connection">' . "\n"
|
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
|
||||||
. ' ' . __('MySQL connection collation') . "\n"
|
. ' <label for="select_collation_connection">' . "\n"
|
||||||
// put the doc link in the form so that it appears on the same line
|
. ' ' . __('MySQL connection collation') . "\n"
|
||||||
. PMA_showMySQLDocu('MySQL_Database_Administration', 'Charset-connection') . ': ' . "\n"
|
// put the doc link in the form so that it appears on the same line
|
||||||
. ' </label>' . "\n"
|
. PMA_showMySQLDocu('MySQL_Database_Administration', 'Charset-connection') . ': ' . "\n"
|
||||||
|
. ' </label>' . "\n"
|
||||||
|
|
||||||
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, true, 4, true)
|
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, true, 4, true)
|
||||||
. ' <noscript><input type="submit" value="' . __('Go') . '" /></noscript>' . "\n"
|
. ' <noscript><input type="submit" value="' . __('Go') . '" /></noscript>' . "\n"
|
||||||
. ' </form>' . "\n"
|
. ' </form>' . "\n"
|
||||||
. ' </li>' . "\n";
|
. ' </li>' . "\n";
|
||||||
|
} // not Drizzle
|
||||||
} // end of if ($server > 0)
|
} // end of if ($server > 0)
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
Reference in New Issue
Block a user