Dr Fragen in the operating room

dFC 0.72

·

This was actually a needed change. I didn’t realize that my table cleaning script might not have been going though correctly. What was happening was if there were more than one check to see if a table should be deleted and it hit on both criteria, like it did in my test. An error would occur. This probably would only ever hit in my silly test case but I might as well be complete.
The fix was simple enough. Just put in a `continue` after every time that I called `deleteTable` or `trashTable` from the `cleanTable` script.
Go get your updates.
BTW, does anyone think I shouldn’t be trying to fix characters in text posts or titles?
The next changes will be to add code to have update distribution via an update server.