function drush_tripal_chado_trp_get_cversion
3.x tripal_chado.drush.inc | drush_tripal_chado_trp_get_cversion() |
Returns the current version of chado.
Related topics
File
- tripal_chado/
tripal_chado.drush.inc, line 234 - Contains function relating to drush-integration of this module.
Code
function drush_tripal_chado_trp_get_cversion() {
$version = $GLOBALS["exact_chado_version"];
drush_print('Current Chado Version: ' . $version);
}