1
0
mirror of synced 2025-03-19 22:43:58 +03:00

Merged changeset #3621 into 0.9 and 0.10 branches. Fixed ws in trunk

This commit is contained in:
guilhermeblanco 2008-01-29 23:19:20 +00:00
parent 0944772133
commit 6b484334a4

View File

@ -48,7 +48,7 @@ class Doctrine_Task_Dql extends Doctrine_Task
$params = explode(',', $this->getArgument('params'));
$this->notify('executing: "' . $dql . '" (' . implode(', ', $params) . ')');
$results = $query->query($dql, $params);
$this->_printResults($results);