src/hg/hgGenome/hgGenome.c 1.65

1.65 2009/04/23 22:42:25 galt
fixing cgis so that udcCache dir is set by new hg.conf setting udc.cacheDir=
Index: src/hg/hgGenome/hgGenome.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGenome/hgGenome.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -b -B -U 4 -r1.64 -r1.65
--- src/hg/hgGenome/hgGenome.c	6 Apr 2009 05:32:09 -0000	1.64
+++ src/hg/hgGenome/hgGenome.c	23 Apr 2009 22:42:25 -0000	1.65
@@ -542,8 +542,9 @@
  * then we call hggDoUsualHttp. */
 {
 struct sqlConnection *conn = NULL;
 getDbAndGenome(cart, &database, &genome, oldVars);
+setUdcCacheDir();
 cartSetString(cart, "db", database); /* Some custom tracks code needs this */
 withLabels = cartUsualBoolean(cart, hggLabels, TRUE);
 conn = hAllocConn(database);
 getGenoGraphs(conn);