src/hg/gsid/gsidTable/gsidTable.c 1.43

1.43 2009/08/13 13:58:15 fanhsu
Reformated a printf statement and removed a debugging function.
Index: src/hg/gsid/gsidTable/gsidTable.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/gsidTable.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -B -U 4 -r1.42 -r1.43
--- src/hg/gsid/gsidTable/gsidTable.c	6 Aug 2009 17:24:49 -0000	1.42
+++ src/hg/gsid/gsidTable/gsidTable.c	13 Aug 2009 13:58:15 -0000	1.43
@@ -365,9 +365,12 @@
 printf("<font size=5><B>Table View</B></font>");
 mainControlPanel();
 if (subjList != NULL)
     {
-printf("Use the \"configure\" button above to access additional data fields, including infection date details, sequencing and ART date information, <BR>and immunogenicity data.");
+    printf("Use the \"configure\" button above to access additional data fields,");
+    printf(" including infection date details, sequencing and ART date information,");
+    printf(" <BR>and immunogenicity data.");
+    
     bigTable(conn, colList,subjList);
     }
 printf("<br>* Estimated Study Day of Infection (ESDI), ");
 printf("click <a href=\"http://www.gsid.org/downloads/methods_and_conventions.pdf\" target=_blank> here </a>");
@@ -926,22 +929,8 @@
     return answer;
     }
 }
 
-char NDString[10] = {"yyN/D"};
-char *stringCellValx(struct column *col, struct subjInfo *si,
-        struct sqlConnection *conn)
-/* Return clone of geneId */
-{
-return(NDString);
-/*
-if (col->query)
-    return queryCellVal(col,si,conn);
-else
-    return cloneString(si->fields[col->colNo]);
-*/
-}
-
 char *stringCellVal(struct column *col, struct subjInfo *si,
         struct sqlConnection *conn)
 /* Return clone of geneId */
 {