Index: branches/5.2.x/tools/cron.php =================================================================== diff -u -N -r15681 -r15682 --- branches/5.2.x/tools/cron.php (.../cron.php) (revision 15681) +++ branches/5.2.x/tools/cron.php (.../cron.php) (revision 15682) @@ -1,6 +1,6 @@ /tools/cron.php -O /dev/null > /dev/null 2>&1 // */1 * * * * /usr/bin/php /path/to/site/tools/cron.php > /dev/null 2>&1 -// testing FishEye integration $start = microtime(true); define('CRON', 1); @@ -37,4 +36,3 @@ // events from request are not processed, only predefined scheduled tasks $application->EventManager->runScheduledTasks(true); -$end = microtime(true); \ No newline at end of file