5a9c106607b38401620354b237667b53332017ea braney Thu Feb 21 11:04:39 2013 -0800 change trackHubRemoveHubName to trackHubSkipName (per code review #10237) diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c index 39e5c5d..1b35952 100644 --- src/hg/hgCustom/hgCustom.c +++ src/hg/hgCustom/hgCustom.c @@ -204,31 +204,31 @@ puts(" "); puts("genome\n"); printGenomeListForCladeHtml(database, onChangeOrg); } else { puts("<TR><TD>genome\n"); printGenomeListHtml(database, onChangeOrg); } puts(" "); puts("assembly\n"); printAssemblyListHtml(database, onChangeDb); if (! stringIn(database, hFreezeFromDb(database))) { puts(" "); - printf("[%s]", trackHubRemoveHubName(database)); + printf("[%s]", trackHubSkipHubName(database)); } puts("</TD></TR></TABLE>\n"); } /* intro text */ puts("<P>"); if (isUpdateForm) puts("Update your custom track configuration, data, and/or documentation."); else puts("Display your own data as custom annotation tracks in the browser."); addIntro(); puts("<P>"); /* row for error message */ if (err)