diff --git a/lib/Doctrine/Export.php b/lib/Doctrine/Export.php index 160965e83..723a006db 100644 --- a/lib/Doctrine/Export.php +++ b/lib/Doctrine/Export.php @@ -150,7 +150,7 @@ class Doctrine_Export extends Doctrine_Connection_Module $name = $this->conn->quoteIdentifier($name, true); $query = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')'; - print $query."
"; + return $this->conn->exec($query); } /**