From f120c2e97c7bd4d4a89d13ff756ec4cb86b6a74c Mon Sep 17 00:00:00 2001 From: vargenau Date: Sat, 12 Sep 2009 04:47:01 +0000 Subject: [PATCH] Valid XHTML code git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@7112 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/NewPagesPerUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/NewPagesPerUser.php b/lib/plugin/NewPagesPerUser.php index 1082003a3..4fef12e2e 100644 --- a/lib/plugin/NewPagesPerUser.php +++ b/lib/plugin/NewPagesPerUser.php @@ -62,7 +62,7 @@ extends WikiPlugin $date = $rev->get('mtime'); //$author = $rev->get('author_id'); $author = $page->getOwner(); - if ($debug) echo "$pagename, ",strftime("%Y-%m-%d %h:%m:%s", $date),", $author
\n"; + if ($debug) echo "$pagename, ",strftime("%Y-%m-%d %h:%m:%s", $date),", $author
\n"; if ($userid and (!preg_match("/".$userid."/", $author))) continue; if ($since and $date < $since) continue; if ($until and $date > $until) continue; -- 2.45.2