Index: client/pifr_client.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_review/client/pifr_client.module,v
retrieving revision 1.17
diff -u -r1.17 pifr_client.module
--- client/pifr_client.module	27 Oct 2009 19:00:48 -0000	1.17
+++ client/pifr_client.module	11 Nov 2009 19:55:38 -0000
@@ -75,8 +75,10 @@
  * Implementation of hook_cron().
  */
 function pifr_client_cron() {
-  module_load_include('cron.inc', 'pifr_client');
-  pifr_client_cron_run();
+  if (PIFR_ACTIVE) {
+    module_load_include('cron.inc', 'pifr_client');
+    pifr_client_cron_run();
+  }
 }
 
 /**
