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

Xavier Perseguers typo3 at perseguers.ch
Fri Aug 28 15:26:30 CEST 2009


Hi Ingo,

>> Please do not commit code cleanup and functional changes together.
>> Changes like this one should be split over two changesets.
> 
> where did I do that?

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) {

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away


More information about the TYPO3-team-core mailing list