src/hg/hgc/hgc.c 1.1633

1.1633 2010/05/21 16:34:26 angie
In printTrackHtml, we still need hTableForTrack so that we can find a split table given an unsplit table name (to find out update time).
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1632
retrieving revision 1.1633
diff -b -B -U 4 -r1.1632 -r1.1633
--- src/hg/hgc/hgc.c	21 May 2010 02:22:58 -0000	1.1632
+++ src/hg/hgc/hgc.c	21 May 2010 16:34:26 -0000	1.1633
@@ -2611,9 +2611,9 @@
     extraUiLinks(database,tdb);
     printTrackUiLink(tdb);
     printDataVersion(tdb);
     printOrigAssembly(tdb);
-    if ((tableName = hGetTableForTrack(database, tdb->track)) != NULL)
+    if ((tableName = hTableForTrack(database, tdb->table)) != NULL)
 	{
 	struct sqlConnection *conn = hAllocConnTrack(database, tdb);
 
 	char *date = firstWordInLine(sqlTableUpdate(conn, tableName));