Commit 6b484334 authored by guilhermeblanco's avatar guilhermeblanco

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

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