Commit 99ad6fbb authored by zYne's avatar zYne

--no commit message

--no commit message
parent ea30a65b
......@@ -198,7 +198,7 @@ class Doctrine_Import_Pgsql extends Doctrine_Import
*/
public function listTables($database = null)
{
return $this->conn->fetchAssoc($this->sql['listTables']);
return $this->conn->fetchColumn($this->sql['listTables']);
}
/**
* lists table triggers
......
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