Changeset 3646 for branches/0.9/lib/Doctrine/Query/Abstract.php
- Timestamp:
- 01/27/08 10:02:45 (2 years ago)
- Files:
-
- 1 modified
-
branches/0.9/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/lib/Doctrine/Query/Abstract.php
r3641 r3646 90 90 // if there's no params, return (else we'll get a WHERE IN (), invalid SQL) 91 91 if (!count($params)) 92 return ;92 return $this; 93 93 94 94 $a = array();