Explorar el Código

Debugging tables being created in wrong schema

spficklin hace 12 años
padre
commit
85e468841c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tripal_core/api/tripal_core.api.inc

+ 1 - 1
tripal_core/api/tripal_core.api.inc

@@ -2411,7 +2411,7 @@ function tripal_get_moddir($module_name) {
  *
  * @ingroup tripal_chado_api
  */
-function tripal_db_set_active($dbname) {
+function tripal_db_set_active($dbname = 'default') {
   global $db_url, $db_type;
   $chado_exists = 0;