src/hg/hgTables/mainPage.c 1.138

1.138 2009/03/17 04:28:39 kent
Adding parameter to getHti, and creating a hti object for bigBed tables out of the associated .as information.
Index: src/hg/hgTables/mainPage.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/mainPage.c,v
retrieving revision 1.137
retrieving revision 1.138
diff -b -B -U 4 -r1.137 -r1.138
--- src/hg/hgTables/mainPage.c	12 Mar 2009 16:45:15 -0000	1.137
+++ src/hg/hgTables/mainPage.c	17 Mar 2009 04:28:39 -0000	1.138
@@ -609,9 +609,9 @@
     hPrintf("<TR><TD>");
     curTable = showTableField(curTrack, hgtaTable, TRUE);
     if (strchr(curTable, '.') == NULL)  /* In same database */
         {
-	hti = getHti(database, curTable);
+	hti = getHti(database, curTable, conn);
 	isPositional = htiIsPositional(hti);
 	}
     isWig = isWiggle(database, curTable);
     if (isBigWig(curTable))