Fix tabs to spaces.
This commit is contained in:
parent
7057cc7362
commit
913567e0bf
@ -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…
x
Reference in New Issue
Block a user