| 123456789101112131415161718192021222324 | 
							- <?php
 
- /**
 
-  * @file
 
-  * @todo Add file header description
 
-  */
 
- //
 
- // 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]);
 
 
  |