mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 11:34:10 +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") {
|
function edit_fields($fields, $collations, $type = "table") {
|
||||||
global $types, $collations, $unsigned;
|
global $types, $unsigned;
|
||||||
?>
|
?>
|
||||||
<table border="0" cellspacing="0" cellpadding="2">
|
<table border="0" cellspacing="0" cellpadding="2">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
|
Reference in New Issue
Block a user