// *****************************************
*******************
// Aliased function - used for compatibility with CGI::
FastTemplate
// function clear_parse ()
// {
// $this->clear_assign();
// }
//
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=685678
To get this work on php4.3.0, comment out lines 648 to 651 of
tpl.inc.php
(courtesy of HalfaBee)
Logged In: YES
user_id=825757
In v 2.0.1 lines 648 - 651 crosses a function end.
Is 648-651 the correct range?
$this->clear_assign();
}
//
***************************************
*********************
Logged In: YES
user_id=685678
pberntson,
I mean these lines:
// *****************************************
*******************
// Aliased function - used for compatibility with CGI::
FastTemplate
// function clear_parse ()
// {
// $this->clear_assign();
// }
//