Revision: 8393 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8393&view=rev Author: vargenau Date: 2012年10月05日 13:26:27 +0000 (2012年10月05日) Log Message: ----------- Add semi-colon to please "php -l" Modified Paths: -------------- trunk/themes/MacOSX/buttons/index.php Modified: trunk/themes/MacOSX/buttons/index.php =================================================================== --- trunk/themes/MacOSX/buttons/index.php 2012年10月05日 11:53:09 UTC (rev 8392) +++ trunk/themes/MacOSX/buttons/index.php 2012年10月05日 13:26:27 UTC (rev 8393) @@ -1 +1,2 @@ -<?php include("../images/index.php") \ No newline at end of file +<?php +include("../images/index.php"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 8418 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8418&view=rev Author: vargenau Date: 2012年10月26日 13:05:03 +0000 (2012年10月26日) Log Message: ----------- include [all] Include and file path should be devided with single space. File path should not be placed under brackets. Modified Paths: -------------- trunk/themes/MacOSX/buttons/index.php Modified: trunk/themes/MacOSX/buttons/index.php =================================================================== --- trunk/themes/MacOSX/buttons/index.php 2012年10月16日 08:03:36 UTC (rev 8417) +++ trunk/themes/MacOSX/buttons/index.php 2012年10月26日 13:05:03 UTC (rev 8418) @@ -1,2 +1,2 @@ <?php -include("../images/index.php"); +include '../images/index.php'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.