[TYPO3-dev] cHash revisited
Dmitry Dulepov
typo3 at fm-world.ru
Thu Apr 6 09:04:24 CEST 2006
Hi!
Elmar Hinz wrote:
> Hello typoniks,
Nice name - typoniks :D
> //-------------------------------------------------------------------
> $conf['useCacheHash'] = $this->pi_USER_INT_obj ? 0 : $cache;
> $conf['no_cache'] = $this->pi_USER_INT_obj ? 0 : !$cache;
> //-------------------------------------------------------------------
>
> Why not plain:
>
> //-------------------------------------------------------------------
> $conf['useCacheHash'] = $cache;
> // Without cHash it's not cached anyway.
> //-------------------------------------------------------------------
Well, I afraid it is that [damn] holy cow of compatibility. By the way,
does your successor care about that cow too? ;)
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-dev
mailing list