[TYPO3-core] RFC #11784: Change existing messages in the Template Object Browser top use flash messages

Ingo Renner ingo at typo3.org
Fri Aug 28 15:28:40 CEST 2009


Xavier Perseguers wrote:

> Here for instance:
>
> before:
> $property = trim($POST["data"][$name]["name"]);
> if (preg_replace('/[^a-zA-Z0-9_\.]*/','',$property)!=$property) {
>
> after:
> $property = trim($POST['data'][$name]['name']);
> if (preg_replace('/[^a-zA-Z0-9_\.]*/', '', $property) != $property) {

oh my, ok though

-- 
Ingo Renner
TYPO3 Core Developer, Release Manager TYPO3 4.2



More information about the TYPO3-team-core mailing list