From: Todd L. M. <tm...@ha...> - 2001-07-19 21:40:45
|
OK. I've got the basic locking working now in CVS. I added two columns to the topics table, so you'll need to do some tweaking before it'll work if you just do a cvs update. (either ALTER TABLE ... ADD COLUMN lockexpires DATETIME, lockheldby VARCHAR(64) or DROP TABLE ... and re-run gen-table.php3). One known problem: if someone starts editing and then leaves w/o saving, the lock won't be released. I'm not sure how to solve this reliably. -_Quinn |