Menu

#118 small typo in template.inc::set_block

closed-accepted
Template (13)
1
2004-04-21
2003-04-11
Joe Stewart
No

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);

Discussion

  • Richard Archer

    Richard Archer - 2004-04-21
    • labels: --> Template
    • assigned_to: nobody --> richardarcher
    • status: open --> closed-accepted
     
  • Richard Archer

    Richard Archer - 2004-04-21

    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.

     

Log in to post a comment.