View Single Post
  #3 (permalink)  
Old 12-08-2004, 02:32 AM
gmguy gmguy is offline
Junior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default Worked for me...

I found the "function clear_parse" in two places in each class.FastTemplate.php file.

I just searched for "function clear_parse" and commented them out using "//" in front of each line of the function. So it ended up looking like this;

Code:
//	******************************************
//
//	function clear_parse ( $ReturnVar = "")
//	{
//		$this->clear($ReturnVar);
//	}
//      Commented out 
//	******************************************
I did this for 4 files total;
/class.FastTemplate.php
/class.FastTemplate.php3
/admin/class.FastTemplate.php
/admin/class.FastTemplate.php3

It seems to work fine.
Reply With Quote