src/hg/instinct/hgGeneset/hgGenesets.c 1.2

1.2 2010/01/19 23:08:38 sbenz
Whoops, forgot frontend
Index: src/hg/instinct/hgGeneset/hgGenesets.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgGeneset/hgGenesets.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/instinct/hgGeneset/hgGenesets.c	19 Jan 2010 23:05:14 -0000	1.1
+++ src/hg/instinct/hgGeneset/hgGenesets.c	19 Jan 2010 23:08:38 -0000	1.2
@@ -27,9 +27,9 @@
 /* ---- Global variables. ---- */
 struct cart *cart;	         /* This holds cgi and other variables between clicks. */
 struct hash *oldVars;	         /* Old cart hash. */
 
-char *db = "hgHeatmap";
+char *db = "bioIntDev";
 char *localDb = "localDb";
 
 void usage()
 /* Explain usage and exit. */