[Vtigercrm-commits] [vtiger-commits] r7901 - /branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jul 7 15:28:46 EDT 2006
Author: mmbrich
Date: Fri Jul 7 13:28:45 2006
New Revision: 7901
Log:
changed email message check to 1 minute
Modified:
branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php
Modified: branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php
==============================================================================
--- branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php (original)
+++ branches/VTIGERCRM-5.0.2-MMBRICH/modules/CommSystem/CommSystemAjax.php Fri Jul 7 13:28:45 2006
@@ -64,7 +64,7 @@
$ret .= '},';
}
}
- if($_SESSION["refresh_count"] >= 5) {
+ if($_SESSION["refresh_count"] >= 20) {
$_SESSION["refresh_count"] = 1;
$email_cnt = $commSys->CheckEmails();
More information about the vtigercrm-commits
mailing list