John Cole 26a5273dd6 Fix drop logic. (#49)
The code

		not type(fields.drop) == "table"

was always false because it compares a boolean with a string,

		not (type(fields.drop) == "table")

is the intended logic.
2016-07-12 12:49:43 -07:00
..
2016-01-26 12:52:55 -08:00
2016-07-12 12:49:43 -07:00
2016-07-12 12:49:43 -07:00
2016-07-12 12:49:43 -07:00
2016-07-12 12:49:43 -07:00
2016-07-12 12:49:43 -07:00