Commit f56b11af authored by zYne's avatar zYne

--no commit message

--no commit message
parent 0aac52ef
...@@ -150,7 +150,7 @@ class Doctrine_Export extends Doctrine_Connection_Module ...@@ -150,7 +150,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
$name = $this->conn->quoteIdentifier($name, true); $name = $this->conn->quoteIdentifier($name, true);
$query = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')'; $query = 'CREATE TABLE ' . $name . ' (' . $queryFields . ')';
print $query."<br \>";
return $this->conn->exec($query); return $this->conn->exec($query);
} }
/** /**
......
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