RE: [phplib] Bug fixes for template.inc From: Carl Youngblood (carly <email protected>)
Date: 07/13/00

I looked "imbricated" up in the dictionary and it means "overlapping". That
was a good English lesson. However, I think there are few english speakers
who are familiar with this rather esoteric word.

Carl Youngblood

-----Original Message-----
From: Diamant-Berger Antoine [mailto:diamant1 <email protected>]
Sent: Thursday, July 13, 2000 7:49 AM
To: phplib <email protected>
Subject: Re: [phplib] Bug fixes for template.inc

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>

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