From d7e0002af659d066a2a227944c465bd9bb4bfe55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 5 Aug 2011 08:17:00 +0200 Subject: [PATCH] Fix variable name --- libraries/export/texytext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/texytext.php b/libraries/export/texytext.php index d24a8b225d..517a018ebd 100644 --- a/libraries/export/texytext.php +++ b/libraries/export/texytext.php @@ -253,7 +253,7 @@ if (isset($plugin_list)) { $text_output = ''; - $extracted_fieldspec = PMA_extractFieldSpec($row['Type']); + $extracted_fieldspec = PMA_extractFieldSpec($column['Type']); $type = $extracted_fieldspec['print_type']; if (empty($type)) { $type = ' ';