Merged changeset #3621 into 0.9 and 0.10 branches. Fixed ws in trunk
This commit is contained in:
parent
0944772133
commit
6b484334a4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user