From ba1a5c70a4c4fd6b0c02250c0629fa9d18e3a751 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Mon, 2 Nov 2009 23:31:20 +0100 Subject: [PATCH] Release preparations: Adjusted date --- syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.php b/syntax.php index ecf4a4d..eca8e11 100644 --- a/syntax.php +++ b/syntax.php @@ -40,7 +40,7 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin { return array( 'author' => 'Gina Haeussge', 'email' => 'gina@foosel.net', - 'date' => '2009-11-08', + 'date' => '2009-11-03', 'name' => 'Filelist Plugin', 'desc' => 'Lists files matching a given glob pattern.', 'url' => 'http://foosel.net/snippets/dokuwiki/filelist',