3e39a9f2197ff2325de0ac024c98806c6df77929 fanhsu Fri Jul 30 15:22:54 2010 -0700 Corrected a comment for hgIkmc track processing. diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 8155da1..3955fc9 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -21691,7 +21691,7 @@ ptr = strchr(ptr, ','); *ptr = '\0'; - // Use the MGI ID to show all centers that are working on this gene: + // Show entries with the MGI ID and design ID safef(query, sizeof(query), "select name,alias from %s where alias like '%s,%s%%'", extraTable, mgiId, designId); sr = sqlGetResult(conn, query);