Commit 37bb2d3a authored by zYne's avatar zYne

--no commit message

--no commit message
parent 47daaa9c
......@@ -96,7 +96,7 @@ abstract class Doctrine_Configurable
case Doctrine::ATTR_CREATE_TABLES:
$attribute = Doctrine::ATTR_EXPORT;
if ($value) {
$value = Doctrine::EXPORT_ALL;
$value = Doctrine::EXPORT_TABLES;
} else {
$value = Doctrine::EXPORT_NONE;
}
......
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