Merge branch 'ticket/brunoais/10850' into develop-olympus

* ticket/brunoais/10850:
  [ticket/10850] Changed the fopen mode to wb
This commit is contained in:
Andreas Fischer 2012-06-28 23:11:01 +02:00
commit 7fba5a0f38

View file

@ -237,7 +237,7 @@ $supported_dbms = array('firebird', 'mssql', 'mysql_40', 'mysql_41', 'oracle', '
foreach ($supported_dbms as $dbms) foreach ($supported_dbms as $dbms)
{ {
$fp = fopen($schema_path . $dbms . '_schema.sql', 'wt'); $fp = fopen($schema_path . $dbms . '_schema.sql', 'wb');
$line = ''; $line = '';