diff --git a/lib/Doctrine/Import/Schema.php b/lib/Doctrine/Import/Schema.php index 6f304d378..af57c2f9b 100644 --- a/lib/Doctrine/Import/Schema.php +++ b/lib/Doctrine/Import/Schema.php @@ -83,7 +83,9 @@ class Doctrine_Import_Schema */ public function setOptions($options) { - $this->_options = $options; + if (!empty($options)) { + $this->_options = $options; + } } /** diff --git a/package.xml b/package.xml index 82ec9ff8f..455014d81 100644 --- a/package.xml +++ b/package.xml @@ -10,7 +10,7 @@ kvesteri@cc.hut.fi yes - 2007-10-22 + 2007-11-01 0.1.0 0.1.0 @@ -21,7 +21,7 @@ MIT license - - +