From: <var...@us...> - 2014-09-10 14:21:57
|
Revision: 9064 http://sourceforge.net/p/phpwiki/code/9064 Author: vargenau Date: 2014-09-10 14:21:54 +0000 (Wed, 10 Sep 2014) Log Message: ----------- Remove trailing cruft message in CurrentTime plugin Modified Paths: -------------- trunk/lib/plugin/CurrentTime.php Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2014-09-10 14:11:56 UTC (rev 9063) +++ trunk/lib/plugin/CurrentTime.php 2014-09-10 14:21:54 UTC (rev 9064) @@ -64,6 +64,11 @@ return array('format' => '%Y-%m-%d %T'); } + function handle_plugin_args_cruft($argstr, $args) + { + return; + } + function run($dbi, $argstr, &$request, $basepage) { extract($this->getArgs($argstr, $request)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |