Home » HTML » HTML_Template_Flexy » Bug #2074
template methods with integer parameters
Details
| Request #2074 | template methods with integer parameters |
|---|---|
| Submitted | 2004-08-06 07:13 UTC |
| From | fabrizio dot balliano at crealabs dot it |
| Status | Closed |
| Package | HTML_Template_Flexy |
| PHP Version | 4.3.7 |
| OS | Linux |
| 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.