瀏覽代碼

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();
 }
 
 /**