[Vtigercrm-commits] [vtiger-commits] r9484 - /vtigercrm/trunk/modules/Leads/ListViewTop.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Sep 13 07:12:04 EDT 2006


Author: jerrydgeorge
Date: Wed Sep 13 05:11:56 2006
New Revision: 9484

Log:
Home Page My New Leads issue has been fixed --Jeri

Modified:
    vtigercrm/trunk/modules/Leads/ListViewTop.php

Modified: vtigercrm/trunk/modules/Leads/ListViewTop.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/ListViewTop.php (original)
+++ vtigercrm/trunk/modules/Leads/ListViewTop.php Wed Sep 13 05:11:56 2006
@@ -74,7 +74,7 @@
 	$noofrows = $adb->num_rows($list_result);
 	$open_lead_list =array();
 	if ($noofrows > 0)
-		for($i=0;$i<$noofrows,$i<5;$i++) 
+		for($i=0;$i<$noofrows && $i<5;$i++) 
 		{
 			$open_lead_list[] = Array('leadname' => $adb->query_result($list_result,$i,'firstname').' '.$adb->query_result($list_result,$i,'lastname'),
 					'company' => $adb->query_result($list_result,$i,'company'),





More information about the vtigercrm-commits mailing list