taxonify.php 368 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * @file
  4. * @todo Add file header description
  5. */
  6. //
  7. // Copyright 2009 Clemson University
  8. //
  9. /*
  10. This script must be run at the base directory level of the drupal installation
  11. in order to pick up all necessary dependencies
  12. */
  13. require_once './includes/bootstrap.inc';
  14. drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
  15. jlibrary_feature_set_taxonomy($argv[1]);