Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgfeldman committed Dec 21, 2016
1 parent f2c1232 commit 0b00cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/si/CDIS/Database/CDISMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public boolean populateChldFileInfo (Integer relatedMapId) {
String sql = "SELECT REGEXP_REPLACE (a.file_name, " +
"b.parent_child_transform, child.parent_child_transform) " +
"FROM cdis_map a, " +
" media_type_config_id, " +
" media_type_config_r b, " +
" media_type_config_r child " +
"WHERE a.media_type_config_id = b.media_type_config_id " +
"AND b.parent_of_id = child.media_type_config_id " +
Expand Down

0 comments on commit 0b00cac

Please sign in to comment.