Commit eeedb43c authored by fabien's avatar fabien

fixed a typo

parent 572ad3be
......@@ -113,7 +113,7 @@ class Doctrine_Export_Mysql extends Doctrine_Export
$optionStrings['comment'] = 'COMMENT = ' . $this->dbh->quote($options['comment'], 'text');
}
if (isset($options['charset'])) {
$optionsSting['charset'] = 'DEFAULT CHARACTER SET ' . $options['charset'];
$optionStrings['charset'] = 'DEFAULT CHARACTER SET ' . $options['charset'];
if (isset($options['collate'])) {
$optionStrings['charset'].= ' COLLATE ' . $options['collate'];
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment