I'm having some caching problems with AxKit 1.6 using import_template.
It seems that once the imported template is cached, it stops generating
content...but the other normally included templates (via <!--#include
-->) work like they're supposed to.
Any thoughts?
Brian
Versions:
Axkit 1.6
Apache 1.3.26
mod_perl 1.27
Redhat 7.1
Perl 5.8
Code snippet that fails:
...
if(!exists($real_name{$section})) {
$section="snapshot";
}
$t->{testcode}=import_template("/stylesheets/default-college_profile-$section.xps",1);
return -1;
...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]