Deleting an article may delete too many links :
Cofax allows to create articles with the same code in
differents sections. But when deleting an article,
cofax uses only the filename( code) and executes :
"DELETE FROM tblrelatedlinks WHERE link LIKE '%" +
filename + ".htm'".
As a result, all related links to articles sharing the
same code will be deleted.