1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Fix tabs to spaces.

This commit is contained in:
Jonathan.Wage 2007-04-12 16:34:33 +00:00
parent 7057cc7362
commit 913567e0bf

View File

@ -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();