Selaa lähdekoodia

Update tripal_chado/api/tripal_chado.query.api.inc

Co-Authored-By: spficklin <spficklin@gmail.com>
Bradford Condon 5 vuotta sitten
vanhempi
commit
a38404bb63
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tripal_chado/api/tripal_chado.query.api.inc

+ 1 - 1
tripal_chado/api/tripal_chado.query.api.inc

@@ -1747,7 +1747,7 @@ function chado_query($sql, $args = []) {
       }
     }
 
-    // Now set the Drupal prefix if the table is surrounded by square brakets.
+    // Now set the Drupal prefix if the table is surrounded by square brackets.
     if (preg_match_all('/\[(.*?)\]/', $sql, $matches)) {
       $matches = $matches[1];
       $drupal_tables = array_unique(array_keys(drupal_get_schema()));