src/hg/instinct/hgPathways/hgPathways.c 1.5

1.5 2009/09/15 00:08:14 sbenz
Fixed gene sorting in cgi, need to add to interface
Index: src/hg/instinct/hgPathways/hgPathways.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgPathways/hgPathways.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/instinct/hgPathways/hgPathways.c	12 Aug 2009 13:32:57 -0000	1.4
+++ src/hg/instinct/hgPathways/hgPathways.c	15 Sep 2009 00:08:14 -0000	1.5
@@ -143,8 +143,9 @@
 
 htmlPushEarlyHandlers();
 cgiSpoof(&argc, argv);
 
+//printf("Content-Type:application/json\r\n\r\n");
 printf("Content-Type:application/json\r\n\r\n");
 database = "bioInt";
 
 oldVars = hashNew(12);