PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #2074

template methods with integer parameters

Details

Request #2074template methods with integer parameters
Submitted2004-08-06 07:13 UTC
Fromfabrizio dot balliano at crealabs dot it
StatusClosed
PackageHTML_Template_Flexy
PHP Version4.3.7
OSLinux
Roadmaps(Not assigned)

Comments

[2004-08-06 07:13 UTC] fabrizio dot balliano at crealabs dot it

Description:
------------
in a template I have:

{method(4)}

but the parser returns an error, if a do

{method(#4#)}

all goes well but I think it should work in the two ways.