X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=blobdiff_plain;f=maintenance%2Frebuildall.php;h=bc9f732f6caf99ac518b9be79fced371b4550faf;hb=29719f846b8887e1190ddf85125387c079f9539b;hp=dbbed86d256dbc938e5f598ac24f0a07bb9843d7;hpb=176119237607de5ed6659296b08209270b26b84a;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index dbbed86d25..bc9f732f6c 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -18,11 +18,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup Maintenance */ require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +/** + * Maintenance script that rebuilds link tracking tables from scratch. + * + * @ingroup Maintenance + */ class RebuildAll extends Maintenance { public function __construct() { parent::__construct();