0f2b15b55316a468c710d89d7078ac6aa95a2bc8 angie Mon Jun 24 09:02:45 2013 -0700 Fixing problems with the way hgTables and hgVai handled failed position searches.fixes #10964, refs #6152 diff --git src/hg/hgTables/custom.c src/hg/hgTables/custom.c index 332ff74..ad5d26f 100644 --- src/hg/hgTables/custom.c +++ src/hg/hgTables/custom.c @@ -605,18 +605,18 @@ } } slReverse(&newList); *pList = newList; } void doRemoveCustomTrack(struct sqlConnection *conn) /* Remove custom track file. */ { getCustomTracks(); if (theCtList) removeNamedCustom(&theCtList, curTable); customTracksSaveCart(database, cart, theCtList); initGroupsTracksTables(); -doMainPage(conn); +doMainPage(conn, FALSE); }