BUG 8049 Adjustment in the insertion of data when create a workspace.
This commit is contained in:
@@ -308,7 +308,7 @@ class Installer
|
|||||||
$lines = file($file);
|
$lines = file($file);
|
||||||
$previous = NULL;
|
$previous = NULL;
|
||||||
$errors = '';
|
$errors = '';
|
||||||
|
@mysql_query("SET NAMES 'utf8';");
|
||||||
foreach ($lines as $j => $line) {
|
foreach ($lines as $j => $line) {
|
||||||
$line = trim($line); // Remove comments from the script
|
$line = trim($line); // Remove comments from the script
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user