From: <var...@us...> - 2009-04-18 16:08:35
|
Revision: 6779 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6779&view=rev Author: vargenau Date: 2009-04-18 16:08:31 +0000 (Sat, 18 Apr 2009) Log Message: ----------- getmicrotime is not used Modified Paths: -------------- trunk/lib/plugin/AllPages.php Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2009-04-16 06:51:35 UTC (rev 6778) +++ trunk/lib/plugin/AllPages.php 2009-04-18 16:08:31 UTC (rev 6779) @@ -142,11 +142,6 @@ return $pagelist; } } - - function getmicrotime(){ - list($usec, $sec) = explode(" ",microtime()); - return (float)$usec + (float)$sec; - } }; // Local Variables: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |