src/hg/hgTables/seqOut.c 1.24
1.24 2010/05/11 01:43:25 kent
Refactoring to split the trackDb.tableName field into separate track and table fields. Similarly track.mapName field goes to the same track and table fields.
Index: src/hg/hgTables/seqOut.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/seqOut.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -B -U 4 -r1.23 -r1.24
--- src/hg/hgTables/seqOut.c 20 May 2009 20:59:56 -0000 1.23
+++ src/hg/hgTables/seqOut.c 11 May 2010 01:43:25 -0000 1.24
@@ -57,9 +57,9 @@
htmlOpen("Select sequence type for %s", track->shortLabel);
hPrintf("<FORM ACTION=\"%s\" METHOD=GET>\n", getScriptName());
cartSaveSession(cart);
-if (isRefGeneTrack(track->tableName))
+if (isRefGeneTrack(track->table))
{
/* RefGene covers all 3 types, but in it's own way. */
for (typeIx = 0; typeIx < 3; ++typeIx)
{