diff options
Diffstat (limited to 'quanta/data/dtep/cfml')
-rw-r--r-- | quanta/data/dtep/cfml/cfldap.tag | 2 | ||||
-rw-r--r-- | quanta/data/dtep/cfml/cftreeitem.tag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/data/dtep/cfml/cfldap.tag b/quanta/data/dtep/cfml/cfldap.tag index 497d51aa..9d77cd77 100644 --- a/quanta/data/dtep/cfml/cfldap.tag +++ b/quanta/data/dtep/cfml/cfldap.tag @@ -43,7 +43,7 @@ <items> <item>add</item> <item>delete</item> - <item>tqreplace</item> + <item>replace</item> </items> </attr> <attr name="rebind" type="list"> diff --git a/quanta/data/dtep/cfml/cftreeitem.tag b/quanta/data/dtep/cfml/cftreeitem.tag index 710ddd6f..2e54a59a 100644 --- a/quanta/data/dtep/cfml/cftreeitem.tag +++ b/quanta/data/dtep/cfml/cftreeitem.tag @@ -3,7 +3,7 @@ <tag name="cftreeitem" single="1"> <attr name="value" /> <attr name="display" /> - <attr name="tqparent" /> + <attr name="parent" /> <attr name="img" type="list"> <items> <item>cd</item> |