Hallo,

Problem gefunden. 
Wenn man "max gesetzt hat, wird in der Datei ...

class.t3lib_tcemail.php

function checkValue_input($res,$value,$tcaFieldConf,$PP,$field='')      {
                list($table,$id,$curValue,$status,$realPid,$recFID) = $PP;

                        // Secures the string-length to be less than max.
                if (intval($tcaFieldConf['max']) > 0) {
                        $value =
$GLOBALS['LANG']->csConvObj->substr($GLOBALS['LANG']->charSet, $value, 0,
intval($tcaFieldConf['max']));
                }

...die Zahl gekickt.

Es geht doch nichts über den Core debuggen.

MfG
Mario
 

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an