Explorar o código

undoing function call in core init to clean persistent connections

spficklin %!s(int64=12) %!d(string=hai) anos
pai
achega
9a282716d5
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      tripal_core/tripal_core.module

+ 0 - 2
tripal_core/tripal_core.module

@@ -66,8 +66,6 @@ function tripal_core_init() {
   // make sure the current version of chado is set
   tripal_core_set_chado_version();
   
-  // reset the persistant connection
-  tripal_db_release_persistent_chado();
 }
 
 /**