I figured out what was wrong with the delete statement. It was
breaking because I was declaring all of the parameters. It kept saying
a query was required. If I remove all of the parameters except action,
collection, and key, it works.

<cfindex
action="delete"
collection="new_classifieds"
type="custom"
key="#CID#"
title=""
URLpath=""
body=""
category =""
custom1 = ""
custom2 = ""
custom3 = ""
custom4 = ""
>

should be

<cfindex
action="delete"
collection="new_classifieds"
key="#CID#"
>

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to