Categories > TBS next version >

Undefined Variable in TBS 3.4.0

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Rudy
Date: 2008-10-01
Time: 16:17

Undefined Variable in TBS 3.4.0

Hi Skrol29,

I just tested the new version of TBS and encountered a Warning of 2 undefined variables (I always work with error_reporting(E_ALL)).
Not really a bug... My fix was to put the following in line 2768:    
$Nude1 = $Nude2 = NULL;
to initialize the two nudes :)

Bye
Rudy
By: Skrol29
Date: 2008-10-01
Time: 21:34

Re: Undefined Variable in TBS 3.4.0

Hi,

You're right, this is a bug, a small one but a bug.
I've added it to the todo.

regards,