[TYPO3-core] RFC: fix feature request #568

Michael Stucki michael at typo3.org
Mon Feb 20 20:54:06 CET 2006


Wolfgang Klinger wrote:

>  I changed the patch accordingly (thanks for the small improvements),
>  tested it again and committed it finally to CVS.

Thanks, but why didn't you change the rest, too?

Remove __construct() and move it into the function t3lib_matchCondition()

-       function t3lib_matchCondition() {
-               $this->__construct();
-       }


Change some false checks:

-                               if (false === $matches) {
+                               if ($matches===false)   {

If there are no explicit reasons for doing so, I'm going to fix this
tomorrow...

Michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-team-core mailing list