Re: [phplib] set_block/documentation From: Peter Niederlag (Peter <email protected>)
Date: 03/02/01

> That is because it is OUT in the template and the program parses "out". It
> is actually a typo in the example that comes with the docs.

Should have noticed myself ;-(. Thank you a lot!
After changing

$str = preg_replace($reg, "{" . "$name}", $str); <=works!
 //$str = preg_replace($reg, "{$name}", $str); <=no!!!

now everything is fine.
Thx to all, Peter

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