mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 02:54:28 +02:00
Pass $collations to edit_fields as parameter
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@179 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -330,8 +330,8 @@ function process_input($name, $field) {
|
||||
}
|
||||
}
|
||||
|
||||
function edit_fields($fields, $type = "table") {
|
||||
global $types, $collations, $unsigned;
|
||||
function edit_fields($fields, $collations, $type = "table") {
|
||||
global $types, $unsigned;
|
||||
?>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<thead><tr>
|
||||
|
Reference in New Issue
Block a user