From a53d19a49f084581eb1530d500d07d778229aef3 Mon Sep 17 00:00:00 2001 From: pookey Date: Thu, 14 Jun 2007 11:09:53 +0000 Subject: [PATCH] * Commenting out a line in export, I've no idea what it's meant to do, but it breaks things. * ZYNE! you need to look at this ;) --- lib/Doctrine/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Export.php b/lib/Doctrine/Export.php index 3862fcea5..ccda8365f 100644 --- a/lib/Doctrine/Export.php +++ b/lib/Doctrine/Export.php @@ -720,7 +720,7 @@ class Doctrine_Export extends Doctrine_Connection_Module public function getForeignKeyDeclaration(array $definition) { $sql = $this->getForeignKeyBaseDeclaration($definition); - $sql .= $this->getForeignKeyAdvancedOptions($definition); +// $sql .= $this->getForeignKeyAdvancedOptions($definition); return $sql; }