From 548bdf7d1cd38155b8493a76ada0499b7cbf47fa Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Fri, 22 Aug 2014 16:17:18 +0200 Subject: [PATCH] upgrade.pl: add module description --- modules/upgrade.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/upgrade.pl b/modules/upgrade.pl index 913a1c9f..2a9b63d6 100644 --- a/modules/upgrade.pl +++ b/modules/upgrade.pl @@ -14,6 +14,8 @@ use utf8; +AddModuleDescription('upgrade.pl', '2014-06-17 New Directory Structure'); + # We are now running in InitModules. InitVariables will be called later. # We want to prevent any calls to GetPageContent and the like.