Changeset 3646
- Timestamp:
- 01/27/08 15:02:45 (17 months ago)
- Files:
-
- 3 modified
-
branches/0.10/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
-
branches/0.9/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
-
trunk/lib/Doctrine/Query/Abstract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Query/Abstract.php
r3641 r3646 1105 1105 // if there's no params, return (else we'll get a WHERE IN (), invalid SQL) 1106 1106 if (!count($params)) 1107 return ;1107 return $this; 1108 1108 1109 1109 $a = array(); -
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(); -
trunk/lib/Doctrine/Query/Abstract.php
r3641 r3646 1140 1140 // if there's no params, return (else we'll get a WHERE IN (), invalid SQL) 1141 1141 if (!count($params)) 1142 return ;1142 return $this; 1143 1143 1144 1144 $a = array();