This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // $Id$ | |
| /** | |
| * @file | |
| * Drush command to force reassessing of the system table after moving a site to a new location (path) or doing an upgrade | |
| * | |
| * To run this run the command "drush reassess modules" or "drush reassess themes" | |
| * from within your drush directory. | |
| * |