From: <var...@us...> - 2009-02-25 15:27:24
|
Revision: 6564 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6564&view=rev Author: vargenau Date: 2009-02-25 15:27:19 +0000 (Wed, 25 Feb 2009) Log Message: ----------- Add svn:keywords Revision Modified Paths: -------------- trunk/lib/plugin/Chart.php trunk/lib/plugin/CurrentTime.php Property Changed: ---------------- trunk/lib/plugin/Chart.php trunk/lib/plugin/CurrentTime.php Modified: trunk/lib/plugin/Chart.php =================================================================== --- trunk/lib/plugin/Chart.php 2009-02-25 15:13:50 UTC (rev 6563) +++ trunk/lib/plugin/Chart.php 2009-02-25 15:27:19 UTC (rev 6564) @@ -56,7 +56,7 @@ function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 6185 $"); + "\$Revision$"); } function getDefaultArguments() { Property changes on: trunk/lib/plugin/Chart.php ___________________________________________________________________ Modified: svn:keywords - Id + Id Revision Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2009-02-25 15:13:50 UTC (rev 6563) +++ trunk/lib/plugin/CurrentTime.php 2009-02-25 15:27:19 UTC (rev 6564) @@ -66,7 +66,7 @@ function getVersion() { return preg_replace("/[Revision: $]/", '', - "\$Revision: 6185 $"); + "\$Revision$"); } // Establish default values for each of this plugin's arguments. Property changes on: trunk/lib/plugin/CurrentTime.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. |