fix so query reindex does not delete

the collection.
This commit is contained in:
Matt Wells 2014-07-02 16:03:16 -07:00
parent b3b743d111
commit 781b26b820

View File

@ -13914,7 +13914,7 @@ void Parms::init ( ) {
m->m_title = "FORCE DELETE";
m->m_desc = "Check this checkbox to delete the results, not just "
"reindex them.";
m->m_cgi = "delete";
m->m_cgi = "fdel";
m->m_off = (char *)&gr.m_forceDel - (char *)&gr;
m->m_type = TYPE_CHECKBOX;
m->m_page = PAGE_REINDEX;