src/hg/hgGene/hgGene.h 1.49
1.49 2010/02/23 20:35:37 kent
Making it so can bring up the methods page without a gene specified.
Index: src/hg/hgGene/hgGene.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGene/hgGene.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -B -U 4 -r1.48 -r1.49
--- src/hg/hgGene/hgGene.h 5 May 2008 20:55:46 -0000 1.48
+++ src/hg/hgGene/hgGene.h 23 Feb 2010 20:35:37 -0000 1.49
@@ -213,9 +213,9 @@
#define geneCgi "../cgi-bin/hgGene"
/* -------- Commands ---------- */
-void doKgMethod(struct sqlConnection *conn);
+void doKgMethod();
/* Present KG Method, Credits, and Data Use Restrictions. */
void doWikiTrack(struct sqlConnection *conn);
/* Put up wiki track editing controls */