formatting fix
This commit is contained in:
parent
f1179e5790
commit
b243286bee
@ -1133,13 +1133,14 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable
|
||||
case 'order':
|
||||
case 'group':
|
||||
$i = ($k + 1);
|
||||
if(isset($e[$i]) && strtolower($e[$i]) === "by") {
|
||||
if (isset($e[$i]) && strtolower($e[$i]) === 'by') {
|
||||
$p = $part;
|
||||
$parts[$part] = array();
|
||||
} else
|
||||
} else {
|
||||
$parts[$p][] = $part;
|
||||
}
|
||||
break;
|
||||
case "by":
|
||||
case 'by':
|
||||
continue;
|
||||
default:
|
||||
if ( ! isset($p))
|
||||
|
Loading…
Reference in New Issue
Block a user