From f56b11afbd8bfb9d7b4f72adff83ab02ed1f68ce Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 5 Jan 2007 00:28:36 +0000 Subject: [PATCH] --- 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 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); } /**