Date: 04/20/01
- Next message: Enrique Motilla: "[phplib] Menu Class in PHP and JS"
- Previous message: Faine, Mark: "[phplib] Register Users, a quick step by step list?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Enrique Motilla: "[phplib] Menu Class in PHP and JS"
- Previous message: Faine, Mark: "[phplib] Register Users, a quick step by step list?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

