src/hg/lib/hui.c 1.171

1.171 2009/03/11 23:08:28 kate
Revert last change -- we need to wait till the RNA data submissions quiet down first
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.170
retrieving revision 1.171
diff -b -B -U 4 -r1.170 -r1.171
--- src/hg/lib/hui.c	11 Mar 2009 22:19:27 -0000	1.170
+++ src/hg/lib/hui.c	11 Mar 2009 23:08:28 -0000	1.171
@@ -4437,12 +4437,11 @@
 {
 // Downloads directory if this is ENCODE
 if(trackDbSetting(tdb, "wgEncode") != NULL)
     {
-    printf("<P><A HREF=\"http://%s/goldenPath/%s/%s/%s/\" TARGET=_BLANK>Downloads</A></P>\n",
+    printf("<P><A HREF=\"http://%s/goldenPath/%s/%s/\" TARGET=_BLANK>Downloads</A></P>\n",
             cfgOptionDefault("downloads.server", "hgdownload.cse.ucsc.edu"),
            (trackDbSetting(tdb, "origAssembly") != NULL ?trackDbSetting(tdb, "origAssembly"):"hg18"),
-           ENCODE_DCC_DOWNLOADS,
             tdb->tableName);
     return TRUE;
     }
 return FALSE;