From d4cce6c6495794d4e8215b8e44c4042276d63e36 Mon Sep 17 00:00:00 2001 From: Gina Haeussge Date: Sun, 2 Mar 2008 13:45:16 +0100 Subject: [PATCH] Preparing release darcs-hash:20080302124516-2b4f5-b4ec620ace421db18a812a0e526a28d12f82918a.gz --- syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.php b/syntax.php index c331789..103347a 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-01-24', + 'date' => '2008-03-02', 'name' => 'Filelist Plugin', 'desc' => 'Lists files matching a given glob pattern.', 'url' => 'http://wiki.foosel.net/snippets/dokuwiki/filelist',