Bugs item #602695, was opened at 2002-08-31 09:31
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=602695&group_id=31885
Category: Template
Group: current CVS
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Archer (richardarcher)
Assigned to: Richard Archer (richardarcher)
Summary: template::set_file unexpected behaviour
Initial Comment:
Reported via email by Joe Stewart:
If you call set_file twice with the same handle name
but different
filenames, the second file doesn't get loaded because
loadfile checks for
the existence of the varval and returns without loading
the file.
I was able to work around it by unsetting the varval
and varkey of the
handle before calling set_file. But it seems set_file
should do this if
$this->file[$varname] != $filename.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=403611&aid=602695&group_id=31885
|