From: <var...@us...> - 2009-01-19 21:18:24
|
Revision: 6418 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6418&view=rev Author: vargenau Date: 2009-01-19 21:18:18 +0000 (Mon, 19 Jan 2009) Log Message: ----------- timezone argument not implemented Modified Paths: -------------- trunk/lib/plugin/CurrentTime.php Modified: trunk/lib/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2009-01-19 21:16:25 UTC (rev 6417) +++ trunk/lib/plugin/CurrentTime.php 2009-01-19 21:18:18 UTC (rev 6418) @@ -71,8 +71,7 @@ // Establish default values for each of this plugin's arguments. function getDefaultArguments() { - return array('timezone' => '', - 'format' => '%Y-%m-%d %T'); + return array('format' => '%Y-%m-%d %T'); } function run($dbi, $argstr, &$request, $basepage) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |