fix coding style : add space before argument

This commit is contained in:
Dieter Adriaenssens 2013-03-14 13:21:38 +01:00
parent 83d32538f5
commit 525fe373ee

View File

@ -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.