All you have to do is to comment the respective function, starting at line 661, just like this:
// ************************************************** **********
// Aliased function - used for compatibility with CGI::FastTemplate
// function clear_parse ()
// {
// $this->clear_assign();
// }
// ************************************************** **********
// Clears all variables set by assign()
|