src/hg/hgCustom/hgCustom.c 1.134

1.134 2009/11/09 22:32:18 angie
Call customFactoryEnableExtraChecking -- initial load is a good time to perform more expensive tests.
Index: src/hg/hgCustom/hgCustom.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgCustom/hgCustom.c,v
retrieving revision 1.133
retrieving revision 1.134
diff -b -B -U 4 -r1.133 -r1.134
--- src/hg/hgCustom/hgCustom.c	3 Nov 2009 00:25:43 -0000	1.133
+++ src/hg/hgCustom/hgCustom.c	9 Nov 2009 22:32:18 -0000	1.134
@@ -981,8 +981,9 @@
 initialDb = cloneString(cartString(cart, "db"));
 getDbAndGenome(cart, &database, &organism, oldVars);
 
 setUdcCacheDir();
+customFactoryEnableExtraChecking(TRUE);
 
 if (sameString(initialDb, "0"))
     {
     /* when an organism is selected from the custom track management page,