src/hg/hgGateway/hgGateway.c 1.111
1.111 2009/03/12 15:44:31 fanhsu
Disable CT for CGB servers for the time being.
Index: src/hg/hgGateway/hgGateway.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgGateway/hgGateway.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -b -B -U 4 -r1.110 -r1.111
--- src/hg/hgGateway/hgGateway.c 3 Feb 2009 23:42:57 -0000 1.110
+++ src/hg/hgGateway/hgGateway.c 12 Mar 2009 15:44:31 -0000 1.111
@@ -151,9 +151,11 @@
// custom track button. disable hgCustom button on GSID server, until
// necessary additional work is authorized.
puts("<TD VALIGN=\"TOP\">");
-if (!hIsGsidServer())
+
+/* disable CT for CGB servers for the time being */
+if (!hIsGsidServer() && !hIsCgbServer())
{
printf(
"<FORM ACTION=\"%s\" METHOD=\"GET\"><INPUT TYPE=SUBMIT VALUE=\"%s\">",
hgCustomName(), customTracksExist(cart, NULL) ?