diff --git a/workflow/engine/classes/class.Installer.php b/workflow/engine/classes/class.Installer.php index b0d4db0cc..a95acb02f 100755 --- a/workflow/engine/classes/class.Installer.php +++ b/workflow/engine/classes/class.Installer.php @@ -308,7 +308,7 @@ class Installer $lines = file($file); $previous = NULL; $errors = ''; - + @mysql_query("SET NAMES 'utf8';"); foreach ($lines as $j => $line) { $line = trim($line); // Remove comments from the script