smeighan / nutcracker

RGB Effects builder for Chistmas Animations
15 stars 15 forks source link

Updated login/register-exec.php to prevent undefined variable errors #55

Closed nickbaker closed 11 years ago

nickbaker commented 11 years ago

Updated lines 109 (variable was named LSP_3; changed to LSP3_0 - this is the reason many empty LSP3_0 values exist in the members table) and 110 (test $i<=$cnt was causing loop to occur an extra time; changed to $i<$cnt) to prevent undefined variable errors.

Lines 5, 139 and 146 only differ because my editor is configured to remove trailing spaces on save.