We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d55f6c commit ac68a83Copy full SHA for ac68a83
findContainer.cfm
@@ -57,7 +57,7 @@
57
select container_type from ctContainer_Type order by container_type
58
</cfquery>
59
<cfquery name="collections" datasource="user_login" username="#session.dbuser#" password="#decrypt(session.epw,session.sessionKey)#">
60
- select collection_id, guid_prefix coll from collection order by guid_prefix
+ select collection_id, guid_prefix from collection order by guid_prefix
61
62
<cfquery name="ctcoll_other_id_type" datasource="user_login" username="#session.dbuser#" password="#decrypt(session.epw,session.sessionKey)#">
63
select OTHER_ID_TYPE from
0 commit comments