Bug #3399 ยป 3399.patch
components/com_comprofiler/plugin/user/plug_cbprivacy/cb.privacy.php | ||
---|---|---|
}
|
||
if ( count( $connTypes ) > 1 ) {
|
||
foreach ($connTypes as $type ) {
|
||
$options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? ' ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T( 'Only for %s' ), $type ) );
|
||
$options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? ' ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T( 'Only for %s' ), CBTxt::T( getLangDefinition( $type ) ) ) );
|
||
}
|
||
}
|
||
if ( $this->params->get( 'prop_fofs', 1 ) ) {
|
||
... | ... | |
}
|
||
if ( count( $connTypes ) > 1 ) {
|
||
foreach ($connTypes as $type ) {
|
||
$options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? ' ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T('Only for %s'), $type ) );
|
||
$options[] = moscomprofilerHTML::makeOption( '2|*|' . htmlspecialchars( $type ), ( $prop_connections ? ' ⌊ ' : '' ) . '∴ ' . sprintf( CBTxt::T('Only for %s'), CBTxt::T( getLangDefinition( $type ) ) ) );
|
||
}
|
||
}
|
||
if ( $this->params->get( 'prop_fofs', 1 ) ) {
|