taxonify.php 316 B

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