src/hg/lib/hgFind.c 1.230

1.230 2010/05/19 20:46:09 angie
addPslResultToHgp: don't trim initial all_ from table name, we need it now.
Index: src/hg/lib/hgFind.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hgFind.c,v
retrieving revision 1.229
retrieving revision 1.230
diff -b -B -U 4 -r1.229 -r1.230
--- src/hg/lib/hgFind.c	18 May 2010 20:06:39 -0000	1.229
+++ src/hg/lib/hgFind.c	19 May 2010 20:46:09 -0000	1.230
@@ -1305,14 +1305,8 @@
 table->htmlOnePos = mrnaHtmlOnePos;
 slAddHead(&hgp->tableList, table);
 dyStringPrintf(dy, "%s Alignments in %s", acc, shortLabel);
 table->description = cloneString(dy->string);
-if (startsWith("all_", tableName))
-    {
-    struct hTableInfo *hti = hFindTableInfo(db, NULL, tableName+4);
-    if (hti && hti->isSplit)
-	tableName += 4;
-    }
 table->name = cloneString(tableName);
 char *trackName = hGetTrackForTable(db, table->name);
 slSort(&pslList, pslCmpScore);
 for (psl = pslList; psl != NULL; psl = psl->next)