Project

General

Profile

Bug #3399 ยป 3399.patch

krileon, 25 June 2012 17:06

View differences:

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