[Phplib-trackers] [ phplib-Bugs-719784 ] small typo in template.inc::set_block
Brought to you by:
nhruby,
richardarcher
From: SourceForge.net <no...@so...> - 2004-04-21 08:05:21
|
Bugs item #719784, was opened at 2003-04-12 02:33 Message generated for change (Comment added) made by richardarcher You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=719784&group_id=31885 >Category: Template Group: None >Status: Closed >Resolution: Accepted Priority: 1 Submitted By: Joe Stewart (joestewart) >Assigned to: Richard Archer (richardarcher) Summary: small typo in template.inc::set_block Initial Comment: Mostly a reminder... diff ../release/phplib/php/template.inc class/phplib/php/template.inc 319c319 < $str = preg_replace($reg, "{" . "$name}", $str); --- > $str = preg_replace($reg, "{" . $name . "}", $str); ---------------------------------------------------------------------- >Comment By: Richard Archer (richardarcher) Date: 2004-04-21 18:05 Message: Logged In: YES user_id=279311 I have no idea why this should be necessary... perhaps there's a buggy PHP release that barfs on this?? Anyway, since the change is so minimal I've merged it into CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=403611&aid=719784&group_id=31885 |