[Vtigercrm-commits] [vtiger-commits] r6284 - /vtigercrm/trunk/include/RelatedListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 22 05:48:51 EDT 2006
Author: don
Date: Mon May 22 03:48:47 2006
New Revision: 6284
Log:
Fixed the related list not working issue
Modified:
vtigercrm/trunk/include/RelatedListView.php
Modified: vtigercrm/trunk/include/RelatedListView.php
==============================================================================
--- vtigercrm/trunk/include/RelatedListView.php (original)
+++ vtigercrm/trunk/include/RelatedListView.php Mon May 22 03:48:47 2006
@@ -151,7 +151,7 @@
$navigationOutput = Array();
$navigationOutput[] = $app_strings[LBL_SHOWING]." " .$start_rec." - ".$end_rec." " .$app_strings[LBL_LIST_OF] ." ".$noofrows;
$module_rel = $module.'&relmodule='.$relatedmodule.'&record='.$id;
- $navigationOutput[] = getRelatedTableHeaderNavigation($navigation_array, $url_qry,$module_rel);
+ $navigationOutput[] = getTableHeaderNavigation($navigation_array, $url_qry,$module_rel);
$related_entries = array('header'=>$listview_header,'entries'=>$listview_entries,'navigation'=>$navigationOutput);
$log->debug("Exiting GetRelatedList method ...");
return $related_entries;
More information about the vtigercrm-commits
mailing list