DELETE FROM NameFact WHERE NameFactId = #URL.NameFactId# SELECT * FROM NameFactCategory, NameFact WHERE NameFactCategory.NameFactCategoryId = NameFact.NameFactCategoryFk AND NameFactId = #URL.NameFactId# if ((cgi.request_method is "get") and (session.CallingPage eq "TaxForm" or session.CallingPage eq "InactiveTaxForm")) session.BackFromDelNameFact = cgi.http_referer; // set the anchor for the return to TaxForm.cfm session.factAnchor = "namefact" & URL.NameFactId; session.namefactcategoryid = NameFact.NameFactCategoryId; if (len(NameFact.NameFact) gt 85) NameFact.NameFact = Left(NameFact.NameFact,85) & "...";

You are about to delete a name fact for
#OnePT.FullNameCache#

This action will drop this name fact linked to the given taxon. Note that there is no "undo" function for the deletion of name facts.
#NameFact.NameFactCategory#: #NameFact.NameFact# #Left(NameFact.NameFact,85)#...
Do you really want to delete this name fact from your revision?