src/hg/hgTables/identifiers.c 1.31
1.31 2010/05/20 16:19:43 kent
Using track in preference to table in a couple of user-visibile strings
Index: src/hg/hgTables/identifiers.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/identifiers.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -B -U 4 -r1.30 -r1.31
--- src/hg/hgTables/identifiers.c 11 May 2010 01:43:25 -0000 1.30
+++ src/hg/hgTables/identifiers.c 20 May 2010 16:19:43 -0000 1.31
@@ -43,9 +43,9 @@
chopLine(cloneString(xrefSpec), words);
if (isEmpty(words[2]))
errAbort("trackDb error: track %s, setting idXref must be followed "
"by three words (xrefTable, idField, aliasField).",
- curTrack->table);
+ curTrack->track);
xrefTable = words[0];
idField = words[1];
aliasField = words[2];
if (!sqlTableExists(conn, xrefTable) ||