[Vtigercrm-commits] [vtiger-commits] r10150 - /vtigercrm/branches/5.0.3/modules/CustomView/ListViewTop.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 6 09:06:59 EST 2007


Author: saraj
Date: Tue Feb  6 07:06:55 2007
New Revision: 10150

Log:
fix for Key metrics link issue --Minnie

Modified:
    vtigercrm/branches/5.0.3/modules/CustomView/ListViewTop.php

Modified: vtigercrm/branches/5.0.3/modules/CustomView/ListViewTop.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/CustomView/ListViewTop.php (original)
+++ vtigercrm/branches/5.0.3/modules/CustomView/ListViewTop.php Tue Feb  6 07:06:55 2007
@@ -104,8 +104,8 @@
 					'MODULE' => $metriclist['module']
 					);
 
-			$value[]='<a href="index.php?action=index&module='.$metriclist['module'].'&viewname='.$metriclist['id'].'">'.$metriclist['name'].'</a>';
-			$value[]='<a href="index.php?action=index&module='.$metriclist['module'].'&viewname='.$metriclist['id'].'">'.$metriclist['count'].'</a>';
+			$value[]='<a href="index.php?action=ListView&module='.$metriclist['module'].'&viewname='.$metriclist['id'].'">'.$metriclist['name'].'</a>';
+			$value[]='<a href="index.php?action=ListView&module='.$metriclist['module'].'&viewname='.$metriclist['id'].'">'.$metriclist['count'].'</a>';
 			$entries[$metriclist['id']]=$value;
 		}
 





More information about the vtigercrm-commits mailing list