Bug #1279 » 1279-plugin.class.php.patch
| administrator/components/com_comprofiler/plugin.class.php (working copy) | ||
|---|---|---|
|
|
||
|
// Recurse:
|
||
|
foreach ( $this->children() as $child ) {
|
||
|
$subFormulas[] = $child->reduceSqlFormula( $tableReferences, $joinsSQL );
|
||
|
$subForm = $child->reduceSqlFormula( $tableReferences, $joinsSQL );
|
||
|
if ( $subForm != '' ) {
|
||
|
$subFormulas[] = $subForm;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
switch ( $this->name() ) {
|
||
- « Previous
- 1
- 2
- Next »