Commit 913567e0 authored by Jonathan.Wage's avatar Jonathan.Wage

Fix tabs to spaces.

parent 7057cc73
...@@ -8,7 +8,7 @@ $rows = $this->conn->query($q, array(3)); ...@@ -8,7 +8,7 @@ $rows = $this->conn->query($q, array(3));
$q = new Doctrine_Query(); $q = new Doctrine_Query();
$rows = $q->delete('Account') $rows = $q->delete('Account')
->from('Account a') ->from('Account a')
->where('a.id > ?', 3) ->where('a.id > ?', 3)
->execute(); ->execute();
......
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