From: <var...@us...> - 2008-09-09 16:43:17
|
Revision: 6255 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6255&view=rev Author: vargenau Date: 2008-09-09 16:43:26 +0000 (Tue, 09 Sep 2008) Log Message: ----------- One "up" is enough Modified Paths: -------------- trunk/lib/plugin/PrevNext.php Modified: trunk/lib/plugin/PrevNext.php =================================================================== --- trunk/lib/plugin/PrevNext.php 2008-09-09 16:42:17 UTC (rev 6254) +++ trunk/lib/plugin/PrevNext.php 2008-09-09 16:43:26 UTC (rev 6255) @@ -45,7 +45,6 @@ return array( 'prev' => '', 'next' => '', - 'up' => '', 'contents' => '', 'index' => '', 'up' => '', @@ -128,16 +127,6 @@ } } -// $Log: not supported by cvs2svn $ -// Revision 1.3 2004/02/17 12:11:36 rurban -// added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) -// -// Revision 1.2 2003/01/18 22:01:43 carstenklapp -// Code cleanup: -// Reformatting & tabs to spaces; -// Added copyleft, getVersion, getDescription, rcs_id. -// - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |