Thanks for report.
To fix this bug now, replace code in PrintOneTemplate (templates.cpp)
    if (!strcmp(content_type, "text/html"))
     PrintTemplate(database, pTarget, "cached", "", "", "");
    else
     PrintTemplate(database, pTarget, "textversion", "", "", "");
to
    if (!strcmp(content_type, "text/html"))
     PrintTemplate(database, pTarget, "cached", url, "", "");
    else
     PrintTemplate(database, pTarget, "textversion", url, "", "");

Alexander

----- Original Message ----- 
From: "Massimo Miccoli" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 30, 2001 11:38 PM
Subject: [aseek-users] Bug in Cached link?


> Hi,
> 
> I've found a bug in Aspseek 1.1.2. The Cached link url is empity, the
> $DE variable in the cached template is empity.
> 
> Thanks
> 

Reply via email to