1
0
mirror of synced 2024-12-13 14:56:01 +03:00

formatting fix

This commit is contained in:
zYne 2007-08-11 18:22:13 +00:00
parent f1179e5790
commit b243286bee

View File

@ -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))