Re: [phplib] Bug fixes for template.inc From: Diamant-Berger Antoine (diamant1 <email protected>)
Date: 07/13/00

Hi, I just downloaded the 7.2c version, but still have problems with the new
template.inc...

>> "Brownridge, Tom" wrote:
>>
>> # The way it should be...
>> $str = preg_replace($reg, "\{$name}", $str);
>
>According to previous traffic on the list, this should be:
>
>$str = preg_replace($reg, "{" . "$name}", $str);
>
>in order to work with php3 and php4. In any case, this is fixed in 7.2c
>(which came out yesterday).
>
Obviously, the "block" section has been really reworked, but I get troubles
with
imbricated blocks :((

Is there some way to fix that ? (if not, I'll keep to the "old"
template.inc...

Is there a phplib-dev list and if so, how do I subscribe ?

Thanx...
Antoine DIAMANT-BERGER

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>