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 'order':
|
||||||
case 'group':
|
case 'group':
|
||||||
$i = ($k + 1);
|
$i = ($k + 1);
|
||||||
if(isset($e[$i]) && strtolower($e[$i]) === "by") {
|
if (isset($e[$i]) && strtolower($e[$i]) === 'by') {
|
||||||
$p = $part;
|
$p = $part;
|
||||||
$parts[$part] = array();
|
$parts[$part] = array();
|
||||||
} else
|
} else {
|
||||||
$parts[$p][] = $part;
|
$parts[$p][] = $part;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case "by":
|
case 'by':
|
||||||
continue;
|
continue;
|
||||||
default:
|
default:
|
||||||
if ( ! isset($p))
|
if ( ! isset($p))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user