Logged In: NO

Found a fix for this:
In file ltw_classes.php change

" $this->recur_dayofweek = ($row['recur_dayofweek']) ? $row
['recur_dayofweek'] : 'NULL'; "

to

" $this->recur_dayofweek = ($row['recurring']) ? $row
['recur_dayofweek'] : 'NULL'; "

I'll leave it to the Administrator to issue a formal patch.

Geoff Burd (gpmburd@gmail.com)