src/hg/hgTables/pal.c 1.17
1.17 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/pal.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/pal.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/hg/hgTables/pal.c 22 Feb 2010 16:45:38 -0000 1.16
+++ src/hg/hgTables/pal.c 11 May 2010 01:43:25 -0000 1.17
@@ -21,9 +21,9 @@
if (!sameString(type, "genePred"))
return FALSE;
-if (!sameString(track->tableName, table))
+if (!sameString(track->table, table))
return FALSE;
/* we also check for a maf table */
struct slName *list = hTrackTablesOfType(conn, "wigMaf%%");