includes/functions.php
changeset 592 27377179fe58
parent 582 a38876c0793c
child 593 4f9bec0d65c1
--- 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<tr>\n  <th colspan=\"2\">Event $i</th>\n</tr>";
     
     $html .= '<tr>' . "\n";