1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-04-03 17:41:02 +00:00
parent 47daaa9cfa
commit 37bb2d3a7a

View File

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