From c9df5b273323d9e8af0f86d7ce72e0e6d1728b0d Mon Sep 17 00:00:00 2001 From: Piotr Przybylski Date: Wed, 6 Jul 2011 16:33:27 +0200 Subject: [PATCH 1/5] Removed unused variables --- libraries/common.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 61f3102f66..6d64cb679c 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2872,7 +2872,7 @@ function PMA_getSupportedDatatypes($html = false, $selected = '') foreach ($cfg['ColumnTypes'] as $key => $value) { if (is_array($value)) { $retval .= ""; - foreach ($value as $subkey => $subvalue) { + foreach ($value as $subvalue) { if ($subvalue == $selected) { $retval .= "