X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Fdate-formats.php;h=f8357f95389dd280f973f63a918a20f66756f466;hb=709c614382c199b7d3c5fc5bdbd285d8d3a5f339;hp=505cb57b91e3a538accba49ea179dfd87da612fc;hpb=9838840f427db366114b7b9422a3578e4d6b88c1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/date-formats.php b/maintenance/language/date-formats.php index 505cb57b91..f8357f9538 100644 --- a/maintenance/language/date-formats.php +++ b/maintenance/language/date-formats.php @@ -17,11 +17,17 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html * + * @file * @ingroup MaintenanceLanguage */ require_once( __DIR__ . '/../Maintenance.php' ); +/** + * Maintenance script that tests various language time and date functions. + * + * @ingroup MaintenanceLanguage + */ class DateFormats extends Maintenance { private $ts = '20010115123456'; @@ -73,4 +79,4 @@ class DateFormats extends Maintenance { } $maintClass = "DateFormats"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;