Thread: Error in Coding
View Single Post
  #5  
Old 10-08-2007, 06:01 AM
Watdaflip's Avatar
Watdaflip Watdaflip is offline
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,637
Default Re: Error in Coding

no it should be $this->

On line 201-202 there is this code

$info_box_contents[] = array('text' => $this-
>SideinfoBoxContents($contents));

delete the return so it looks like this

$info_box_contents[] = array('text' => $this->SideinfoBoxContents($contents));

see if that fixes it
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Reply With Quote