From 6f07c2b100e81968de5adee466d8a38b20d5be26 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 1 Nov 2007 23:45:33 +0000 Subject: [PATCH] Fixes to options for builder. --- lib/Doctrine/Import/Schema.php | 4 +++- package.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 - - +