1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00
This commit is contained in:
zYne 2007-06-19 10:40:39 +00:00
parent 1c92387852
commit c5d0890904

View file

@ -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
} }
} }
} }
*/
return $sql; return $sql;
} }
/** /**