Trying to add follow ups fails with incorrect integer value for active...
Searching the code reveals that the $ftable ( lm_follow ) has the column defined as active tinyint(1) NOT NULL,
but the code in addfup has "insert into $ftable... with a blank value for active.
I have put a value of 1 in as I can't see anywhere that active is actually referred to... can you confirm whether this is a bug ?