1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +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: case Doctrine::ATTR_CREATE_TABLES:
$attribute = Doctrine::ATTR_EXPORT; $attribute = Doctrine::ATTR_EXPORT;
if ($value) { if ($value) {
$value = Doctrine::EXPORT_ALL; $value = Doctrine::EXPORT_TABLES;
} else { } else {
$value = Doctrine::EXPORT_NONE; $value = Doctrine::EXPORT_NONE;
} }