
Michael Schulz - 2009-08-11 11:54:37
Just add a line like:
if (!isset($total)) $total=0;
at an appropriate place (e.g. in line 258 right after the comment "DRAWING DATA") and the error should go away. The problem was the call "$total += $caption;" in line 269 when $total wasn't initialized yet.