143ec0059a5e598c588d34c8bb66c9e04d2409de krish Fri Jul 23 16:26:02 2010 -0700 fixed URLs for hgEncodeVocab so that they can use the sandbox diff --git src/hg/lib/hui.c src/hg/lib/hui.c index df7a966..032770c 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -5600,7 +5600,7 @@ for(ix=1;ix%s" +#define VOCAB_LINK "%s" if(sameString(vocabType,words[ix])) // controlledVocabulary setting matches tag so all labels are linked { int sz=strlen(VOCAB_LINK)+strlen(words[0])+strlen(words[ix])+2*strlen(label) + 2; @@ -5857,7 +5857,7 @@ if((count = chopByWhite(vocab, words,15)) <= 1) // vocab now contains just the file name return cloneString(members->groupTitle); -#define VOCAB_MULTILINK_BEG "%s" struct dyString *dyLink = dyStringCreate(VOCAB_MULTILINK_BEG,vocab); char *mdbVar = NULL;