View Single Post
  #2 (permalink)  
Old 04-02-2004, 08:40 PM
ovi
Guest
 
Posts: n/a
Default

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()
Reply With Quote