Fix tabs to spaces.
This commit is contained in:
parent
7057cc7362
commit
913567e0bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $rows = $this->conn->query($q, array(3));
|
|||
$q = new Doctrine_Query();
|
||||
|
||||
$rows = $q->delete('Account')
|
||||
->from('Account a')
|
||||
->from('Account a')
|
||||
->where('a.id > ?', 3)
|
||||
->execute();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue