From 843fe3dced5814d423eb42894638c1d5b9abd650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 May 2012 10:06:54 +0200 Subject: [PATCH] Store boolean rather than string --- libraries/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index f789012a36..8d82192cc9 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -3714,7 +3714,7 @@ function PMA_getFunctionsForField($field, $insert_mode) $retval .= ' selected="selected"'; } $retval .= '>' . $each_dropdown . '' . "\n"; - $dropdown_built[$each_dropdown] = 'true'; + $dropdown_built[$each_dropdown] = true; $op_spacing_needed = true; } // For compatibility's sake, do not let out all other functions. Instead