From: <var...@us...> - 2009-09-24 08:42:38
|
Revision: 7152 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7152&view=rev Author: vargenau Date: 2009-09-24 08:42:27 +0000 (Thu, 24 Sep 2009) Log Message: ----------- Add svn:keywords Revision Modified Paths: -------------- trunk/lib/plugin/DynamicIncludePage.php trunk/lib/plugin/IncludeTree.php trunk/lib/plugin/Processing.php Property Changed: ---------------- trunk/lib/plugin/DynamicIncludePage.php trunk/lib/plugin/IncludeTree.php trunk/lib/plugin/Processing.php Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2009-09-23 08:33:21 UTC (rev 7151) +++ trunk/lib/plugin/DynamicIncludePage.php 2009-09-24 08:42:27 UTC (rev 7152) @@ -41,7 +41,7 @@ function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 6547 $"); + "\$Revision$"); } function getDefaultArguments() { Property changes on: trunk/lib/plugin/DynamicIncludePage.php ___________________________________________________________________ Modified: svn:keywords - Id + Id Revision Modified: trunk/lib/plugin/IncludeTree.php =================================================================== --- trunk/lib/plugin/IncludeTree.php 2009-09-23 08:33:21 UTC (rev 7151) +++ trunk/lib/plugin/IncludeTree.php 2009-09-24 08:42:27 UTC (rev 7152) @@ -45,7 +45,7 @@ function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 6186 $"); + "\$Revision$"); } function getDefaultArguments() { Property changes on: trunk/lib/plugin/IncludeTree.php ___________________________________________________________________ Modified: svn:keywords - Id + Id Revision Modified: trunk/lib/plugin/Processing.php =================================================================== --- trunk/lib/plugin/Processing.php 2009-09-23 08:33:21 UTC (rev 7151) +++ trunk/lib/plugin/Processing.php 2009-09-24 08:42:27 UTC (rev 7152) @@ -37,7 +37,7 @@ function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 6185 $"); + "\$Revision$"); } function getDefaultArguments() { Property changes on: trunk/lib/plugin/Processing.php ___________________________________________________________________ Modified: svn:keywords - Id + Id Revision This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |