From: <var...@us...> - 2012-11-14 13:42:40
|
Revision: 8429 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8429&view=rev Author: vargenau Date: 2012-11-14 13:42:29 +0000 (Wed, 14 Nov 2012) Log Message: ----------- Remove useless semicolon Modified Paths: -------------- trunk/themes/Hawaiian/lib/random.php Modified: trunk/themes/Hawaiian/lib/random.php =================================================================== --- trunk/themes/Hawaiian/lib/random.php 2012-11-14 13:25:55 UTC (rev 8428) +++ trunk/themes/Hawaiian/lib/random.php 2012-11-14 13:42:29 UTC (rev 8429) @@ -35,8 +35,6 @@ } } -; - class imageSet extends fileSet { /** @@ -49,8 +47,6 @@ } } -; - // Local Variables: // mode: php // tab-width: 8 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |