From: <var...@us...> - 2009-10-13 11:46:18
|
Revision: 7211 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7211&view=rev Author: vargenau Date: 2009-10-13 11:46:08 +0000 (Tue, 13 Oct 2009) Log Message: ----------- Fix syntax error Modified Paths: -------------- trunk/lib/plugin/Video.php Modified: trunk/lib/plugin/Video.php =================================================================== --- trunk/lib/plugin/Video.php 2009-10-13 08:32:12 UTC (rev 7210) +++ trunk/lib/plugin/Video.php 2009-10-13 11:46:08 UTC (rev 7211) @@ -64,8 +64,8 @@ 'height' => 320, 'url' => '', 'file' => '', - 'autoplay' => 'false' - 'image' => '', + 'autoplay' => 'false', + 'image' => '' ); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |