From: <var...@us...> - 2016-01-07 09:26:43
|
Revision: 9756 http://sourceforge.net/p/phpwiki/code/9756 Author: vargenau Date: 2016-01-07 09:26:41 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Use __construct Modified Paths: -------------- trunk/lib/prepend.php Modified: trunk/lib/prepend.php =================================================================== --- trunk/lib/prepend.php 2016-01-07 09:25:29 UTC (rev 9755) +++ trunk/lib/prepend.php 2016-01-07 09:26:41 UTC (rev 9756) @@ -46,7 +46,7 @@ // Used for debugging purposes class DebugTimer { - function DebugTimer() + function __construct() { $this->_start = $this->microtime(); // Function 'posix_times' does not exist on Windows This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |