This commit is contained in:
parent
47daaa9cfa
commit
37bb2d3a7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue