Browse Source

undoing function call in core init to clean persistent connections

spficklin 12 years ago
parent
commit
9a282716d5
1 changed files with 0 additions and 2 deletions
  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();
 }
 
 /**