Commit c5d08909 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 1c923878
...@@ -1003,7 +1003,8 @@ class Doctrine_Export extends Doctrine_Connection_Module ...@@ -1003,7 +1003,8 @@ class Doctrine_Export extends Doctrine_Connection_Module
} }
} }
} }
/** Not needed anymore ? createTable() now handles foreign keys
foreach ($fks as $tableName => $fk) { foreach ($fks as $tableName => $fk) {
foreach ($fk as $k => $definition) { foreach ($fk as $k => $definition) {
if (is_array($definition)) { if (is_array($definition)) {
...@@ -1011,6 +1012,7 @@ class Doctrine_Export extends Doctrine_Connection_Module ...@@ -1011,6 +1012,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
} }
} }
} }
*/
return $sql; return $sql;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment