1
0
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:
jakubvrana
2007-07-16 08:44:19 +00:00
parent ae6892d413
commit 1111359209

View File

@@ -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>