src/hg/archaeStuff/tooltip/tooltip.c 1.3
1.3 2009/10/14 20:20:43 holmes
Added arCOG code
Index: src/hg/archaeStuff/tooltip/tooltip.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/archaeStuff/tooltip/tooltip.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/archaeStuff/tooltip/tooltip.c 14 Oct 2009 00:16:31 -0000 1.2
+++ src/hg/archaeStuff/tooltip/tooltip.c 14 Oct 2009 20:20:43 -0000 1.3
@@ -107,8 +107,9 @@
else
{
hPrintf("<B>Description:</B> %s<BR>\n", description->description);
}
+ hPrintf("<B>Code:</B> %s<BR>\n", description->code);
}
sqlFreeResult(&sr);
hFreeConn(&conn);
}