Browse Source

Debugging tables being created in wrong schema

spficklin 12 years ago
parent
commit
85e468841c
1 changed files with 1 additions and 1 deletions
  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;