From: <var...@us...> - 2012-09-28 15:36:26
|
Revision: 8310 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8310&view=rev Author: vargenau Date: 2012-09-28 15:36:17 +0000 (Fri, 28 Sep 2012) Log Message: ----------- php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP. Modified Paths: -------------- trunk/themes/Hawaiian/lib/random.php Property Changed: ---------------- trunk/themes/Hawaiian/lib/random.php Modified: trunk/themes/Hawaiian/lib/random.php =================================================================== --- trunk/themes/Hawaiian/lib/random.php 2012-09-28 15:32:08 UTC (rev 8309) +++ trunk/themes/Hawaiian/lib/random.php 2012-09-28 15:36:17 UTC (rev 8310) @@ -1,6 +1,4 @@ -<?php // $Id$ -/** - */ +<?php class randomImage { /** * Usage: @@ -51,4 +49,3 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> Property changes on: trunk/themes/Hawaiian/lib/random.php ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |