[phplib] blocks From: Jan-Jan van der Vyver (janjan <email protected>)
Date: 04/20/01

Dear phplib users

I hope this might be of some help to someone. In the `template.inc' file
there is a function called:
  function set_block($parent, $handle, $name = "") {
In this function I had to change the following line:
    $str = preg_replace($reg, "{$name}", $str);
to:
    $str = preg_replace($reg, "\{$name}", $str);
for it to work on my system (I am using php4 as a mod with apache).

Thanks
        Jan-Jan

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