From 1111359209fc3868ea70bd23d743be05e6bd30ec Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 16 Jul 2007 08:44:19 +0000 Subject: [PATCH] Pass $collations to edit_fields as parameter git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@179 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- functions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.inc.php b/functions.inc.php index a3cc6e2b..3b48c0cd 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -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; ?>