[TYPO3] problem with sr_feuser_register

Remco Zwaan RZwaan at fdc.nl
Fri Jun 15 11:41:07 CEST 2007


Franz,

 

 

 

 

I just put the code under line 92, but with no results....

 

This is my code 

 

foreach
($TYPO3_CONF_VARS['EXTCONF'][STATIC_INFO_TABLES_EXTkey]['tables'][$table
]['label_fields'] as $field) {

                        if ($local) {

                             $labelField = str_replace ('##', 'local',
$field);

                        } else {

      Row 92 >                $labelField = str_replace ('##',
$csConvObj->conv_case('utf-8',$lang,'toLower'), $field);

                        

                                   }

                        if
(is_array($TCA[$table]['columns'][$labelField])) {

                             $labelFields[] = $labelField;

                        }

                  }

            }

            return $labelFields;

 

 

Can you help me with this.

 

Thanks in advance

 

remco



More information about the TYPO3-english mailing list