src/hg/gsid/gsidTable/configure.c 1.5

1.5 2009/10/20 00:09:12 fanhsu
Reversed the previous change, which was done in error.
Index: src/hg/gsid/gsidTable/configure.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/configure.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/gsid/gsidTable/configure.c	16 Oct 2009 17:10:37 -0000	1.4
+++ src/hg/gsid/gsidTable/configure.c	20 Oct 2009 00:09:12 -0000	1.5
@@ -50,11 +50,9 @@
 
 /* Write out other rows. */
 for (col = colList; col != NULL; col = col->next)
     {
-    if (sameWord(col->name, "dnaSeqs")) continue;
-    if (sameWord(col->name, "aaSeqs")) continue;
-    hPrintf("<TR>");
+    HPrintf("<TR>");
     /* Do small label. */
     hPrintf("<TD>%s</TD>", col->shortLabel);
 
     /* Do on/off dropdown. */