function drush_mathjax_post_enable in MathJax: LaTeX for Drupal 6
Same name and namespace in other branches
- 7 includes/mathjax.drush.inc \drush_mathjax_post_enable()
Implements drush_MODULE_post_COMMAND().
File
- includes/
mathjax.drush.inc, line 44 - MathJax module drush integration.
Code
function drush_mathjax_post_enable() {
$modules = func_get_args();
if (in_array('mathjax', $modules)) {
drush_mathjax_download();
}
}