When the editor adds new validated links it is flagging "All Links As New" in the database.
I have to run the following sql command to unflag every time we add .
UPDATE idx_link SET new="0" WHERE date="2002-05-16";
How do I fix this?
-Ken
When the editor adds new validated links it is flagging "All Links As New" in the database.
I have to run the following sql command to unflag every time we add .
UPDATE idx_link SET new="0" WHERE date="2002-05-16";
How do I fix this?
-Ken
This has somehow fixed itself.
-Ken