| 12345678910111213141516171819 | 
							- <?php
 
- //
 
- // Copyright 2009 Clemson University
 
- //
 
- /* 
 
- This script must be run at the base directory level of the drupal installation 
 
- in order to pick up all necessary dependencies 
 
- */
 
- require_once './includes/bootstrap.inc';
 
- drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
 
- jlibrary_feature_reindex($argv[1]);
 
- ?>
 
 
  |