[Vtigercrm-commits] [vtiger-commits] r6193 - /vtigercrm/trunk/modules/Calendar/CalendarAjax.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 19 11:36:42 EDT 2006


Author: saraj
Date: Fri May 19 09:36:38 2006
New Revision: 6193

Log:
function name has been modified

Modified:
    vtigercrm/trunk/modules/Calendar/CalendarAjax.php

Modified: vtigercrm/trunk/modules/Calendar/CalendarAjax.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/CalendarAjax.php (original)
+++ vtigercrm/trunk/modules/Calendar/CalendarAjax.php Fri May 19 09:36:38 2006
@@ -78,7 +78,7 @@
 		}
 		elseif($type == 'listview')
 		{
-			getListView($calendar_arr);
+			getEventListView($calendar_arr);
 		}
 		else
 		{





More information about the vtigercrm-commits mailing list