From a69ad0ee5785454f46cc6989ac240da324762a23 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Fri, 4 Apr 2008 19:14:49 +0200 Subject: [PATCH] release preparations darcs-hash:20080404171449-2b4f5-b7c7e022f23f12eee820ddc3073d997755f057a3.gz --- syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.php b/syntax.php index 7a1a48e..b2fd982 100644 --- a/syntax.php +++ b/syntax.php @@ -38,7 +38,7 @@ class syntax_plugin_filelist extends DokuWiki_Syntax_Plugin { return array( 'author' => 'Gina Haeussge', 'email' => 'osd@foosel.net', - 'date' => '2008-03-13', + 'date' => '2008-04-04', 'name' => 'Filelist Plugin', 'desc' => 'Lists files matching a given glob pattern.', 'url' => 'http://wiki.foosel.net/snippets/dokuwiki/filelist',