diff -r c3179049f670 -r a7d884914a74 stats-fe.php --- a/stats-fe.php Sun Dec 07 17:54:29 2008 -0500 +++ b/stats-fe.php Tue Dec 30 06:16:28 2008 -0500 @@ -59,7 +59,7 @@ { eb_mysql_query("INSERT INTO stats_count_cache(channel, time_min, time_max, message_count) VALUES('$channel', $time_min, $time_max, $count);"); } - return $count; + return intval($count); } return false; }