BUG 8049 Adjustment in the insertion of data when create a workspace.

This commit is contained in:
Hector Cortez
2011-11-25 19:01:49 -04:00
parent 81d47f6dc2
commit 37b274a695

View File

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