From 525fe373eeb18c8ce268b2eb682133cb004c445b Mon Sep 17 00:00:00 2001 From: Dieter Adriaenssens Date: Thu, 14 Mar 2013 13:21:38 +0100 Subject: [PATCH] fix coding style : add space before argument --- libraries/Util.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 37492a2ff2..73ad6ec5d9 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -3983,7 +3983,7 @@ class PMA_Util */ public static function parseEnumSetValues($definition, $escapeHtml = true) { - $values_string = htmlentities($definition,ENT_COMPAT, "UTF-8"); + $values_string = htmlentities($definition, ENT_COMPAT, "UTF-8"); // There is a JS port of the below parser in functions.js // If you are fixing something here, // you need to also update the JS port.