Project

General

Profile

Bug #1279 » 1279-plugin.class.php.patch

beat, 28 January 2010 01:09

View differences:

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() ) {
(2-2/2)