Преглед на файлове

undoing function call in core init to clean persistent connections

spficklin преди 12 години
родител
ревизия
9a282716d5
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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();
 }
 
 /**