src/hg/instinct/hgPathways/hgPathways.c 1.6
1.6 2009/11/07 00:35:49 sbenz
Bunch of updates to make this work, and slightly change the UI
Index: src/hg/instinct/hgPathways/hgPathways.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgPathways/hgPathways.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/instinct/hgPathways/hgPathways.c 15 Sep 2009 00:08:14 -0000 1.5
+++ src/hg/instinct/hgPathways/hgPathways.c 7 Nov 2009 00:35:49 -0000 1.6
@@ -143,11 +143,11 @@
htmlPushEarlyHandlers();
cgiSpoof(&argc, argv);
+printf("Content-Type:text/html\r\n\r\n");
//printf("Content-Type:application/json\r\n\r\n");
-printf("Content-Type:application/json\r\n\r\n");
-database = "bioInt";
+database = "bioIntTCGAOV";
oldVars = hashNew(12);
cart = cartForSession(hUserCookie(), excludeVars, oldVars);