Quote:
|
Fatal error: Cannot redeclare clear_parse() in /shop/admin/clas.FastTemplate.php on line 647
|
Line 645-653
Code:
// ************************************************************
// Aliased function - used for compatibility with CGI::FastTemplate
function clear_parse ()
{
$this->clear_assign();
}
// ************************************************************
// Clears all variables set by assign()
Quote:
|
Fatal error: Cannot redeclare clear_parse() in /shop/clas.FastTemplate.php on line 661
|
Line 659-667
Code:
// ************************************************************
// Aliased function - used for compatibility with CGI::FastTemplate
function clear_parse ()
{
$this->clear_assign();
}
// ************************************************************
// Clears all variables set by assign()
Any solutions?