--- fbstatus.module.old	2008-07-10 17:07:16.000000000 -0700
+++ fbstatus.module	2008-07-10 17:07:31.000000000 -0700
@@ -105,7 +105,7 @@ function _fbstatus_get_status() {
     if (!$status) return ''; // empty status, or some other nonsense ...
     // else cache the status.
     $interval = variable_get('fbstatus_interval', 10);
-    cache_set('fbstatus', $status, 'cache',  time() + $interval);
+    cache_set('fbstatus', $status, 'cache',  time() + $interval * 60);
     return $status;
   }
   return $cache->data; 
