1
0
mirror of synced 2025-03-05 20:36:15 +03:00
This commit is contained in:
zYne 2007-07-08 19:33:57 +00:00
parent 84f764cf56
commit 7133b67657

View File

@ -120,7 +120,7 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera
Doctrine::ATTR_QUOTE_IDENTIFIER => false, Doctrine::ATTR_QUOTE_IDENTIFIER => false,
Doctrine::ATTR_SEQCOL_NAME => 'id', Doctrine::ATTR_SEQCOL_NAME => 'id',
Doctrine::ATTR_PORTABILITY => Doctrine::PORTABILITY_ALL, Doctrine::ATTR_PORTABILITY => Doctrine::PORTABILITY_ALL,
Doctrine::ATTR_EXPORT => Doctrine::EXPORT_NONE, Doctrine::ATTR_EXPORT => Doctrine::EXPORT_ALL,
Doctrine::ATTR_DECIMAL_PLACES => 2, Doctrine::ATTR_DECIMAL_PLACES => 2,
); );
foreach ($attributes as $attribute => $value) { foreach ($attributes as $attribute => $value) {