BUGFIX: added email-list name to invitation emails
[e-DoKo.git] / include / stats.php
index cff6a84fb3eb4b22ec020f7a52a5a40952d36c54..d49d57a67c54d8241cd1d8fe0428e1ff81e7313b 100644 (file)
@@ -12,8 +12,6 @@ $myid = DB_get_userid('email',$email);
 if(!$myid)
   return;
 
-output_status();
-
 $PREF = DB_get_PREF($myid);
 
 DB_update_user_timestamp($myid);
@@ -229,6 +227,9 @@ if( !$content = getCache("cache/stats.html",60*60*24) )
  how often is the last trick a non-trump trick
   */
   
+  /* needs this so that all tables are within the div and don't float around */
+  echo "<p style=\"clear:both;\">&nbsp;</p>\n";
+
   echo "</div>\n"; /* end output */
 
   /* write file to cache */