diff -r 2529833a7731 -r 27377179fe58 includes/functions.php --- a/includes/functions.php Mon Jun 30 17:22:29 2008 -0400 +++ b/includes/functions.php Wed Jul 02 19:36:44 2008 -0400 @@ -4325,6 +4325,10 @@ foreach ( $profile as $i => $entry ) { + // $time_since_last = $entry['time'] - $time_last; + // if ( $time_since_last < 0.01 ) + // continue; + $html .= "\n\n Event $i\n"; $html .= '' . "\n";