Skip to content

Commit ac68a83

Browse files
committed
1 parent 4d55f6c commit ac68a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

findContainer.cfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
select container_type from ctContainer_Type order by container_type
5858
</cfquery>
5959
<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
60+
select collection_id, guid_prefix from collection order by guid_prefix
6161
</cfquery>
6262
<cfquery name="ctcoll_other_id_type" datasource="user_login" username="#session.dbuser#" password="#decrypt(session.epw,session.sessionKey)#">
6363
select OTHER_ID_TYPE from

0 commit comments

Comments
 (0)