SF.net SVN: phpwiki:[10983] trunk

vargenau--- via phpwiki-checkins <[email protected]> Sat, 05 Feb 2022 17:42:12 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10983
          http://sourceforge.net/p/phpwiki/code/10983
Author:   vargenau
Date:     2022-02-05 17:42:12 +0000 (Sat, 05 Feb 2022)
Log Message:
-----------
LinkDatabaseP plugin: info is already included in PageList arguments

Modified Paths:
--------------
    trunk/lib/plugin/LinkDatabase.php
    trunk/pgsrc/Help%2FLinkDatabasePlugin

Modified: trunk/lib/plugin/LinkDatabase.php
===================================================================
--- trunk/lib/plugin/LinkDatabase.php	2022-02-05 17:15:23 UTC (rev 10982)
+++ trunk/lib/plugin/LinkDatabase.php	2022-02-05 17:42:12 UTC (rev 10983)
@@ -65,7 +65,6 @@
                 'noheader' => false,
                 'include_empty' => false,
                 'exclude_from' => false,
-                'info' => '',
             ));
     }
 

Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin
===================================================================
--- trunk/pgsrc/Help%2FLinkDatabasePlugin	2022-02-05 17:15:23 UTC (rev 10982)
+++ trunk/pgsrc/Help%2FLinkDatabasePlugin	2022-02-05 17:42:12 UTC (rev 10983)
@@ -1,4 +1,4 @@
-Date: Mon, 22 Feb 2021 19:16:32 +0000
+Date: Sat,  5 Feb 2022 18:40:59 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1)
 Content-Type: application/x-phpwiki;
   pagename=Help%2FLinkDatabasePlugin;
@@ -39,10 +39,6 @@
 | **exclude_from**
 |
 | false
-|-
-| **info**
-|
-|
 |}
 
 == Example ==

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.