fixes #293
This commit is contained in:
parent
3c3408a99a
commit
ef7f3c2bf1
@ -94,8 +94,12 @@ abstract class Doctrine_Configurable
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Doctrine::ATTR_CREATE_TABLES:
|
case Doctrine::ATTR_CREATE_TABLES:
|
||||||
$attribute = Doctrine::ATTR_EXPORT;
|
$attribute = Doctrine::ATTR_EXPORT;
|
||||||
$value = Doctrine::EXPORT_ALL;
|
if ($value) {
|
||||||
|
$value = Doctrine::EXPORT_ALL;
|
||||||
|
} else {
|
||||||
|
$value = Doctrine::EXPORT_NONE;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case Doctrine::ATTR_ACCESSORS:
|
case Doctrine::ATTR_ACCESSORS:
|
||||||
$accessors = array('none','get','set','both');
|
$accessors = array('none','get','set','both');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user