Issue 6: SQL-error when refreshing page after setting a page as "ignored"
Project Member Reported by trenchcoat.philosopher@gmail.com, Jan 2, 2009
What steps will reproduce the problem?
1. ignore a page
2. press F5


What is the expected output? What do you see instead?
- expected output: normal page
- actual output: SQL error:
ERROR: Duplicate entry '69-92' for key 1

ON QUERY:

INSERT INTO IGNORE_DIR
	(user_id, dir_id) VALUES
	(92, 69)