[Vtigercrm-commits] [vtiger-commits] r7933 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 08:18:28 EDT 2006
Author: richie
Date: Mon Jul 10 06:18:24 2006
New Revision: 7933
Log:
issue in QC for Events modules has been fixed
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Mon Jul 10 06:18:24 2006
@@ -629,8 +629,10 @@
{
$theme = $default_theme;
}
-
-if((!$viewAttachment) && (!$viewAttachment && $action != 'home_rss') && $action != 'Tickerdetail' && $action != $module."Ajax" && $action != "chat" && $action != "HeadLines" && $action != 'massdelete' && $action != "DashboardAjax")
+$Ajx_module= $module;
+if($module == 'Events')
+ $Ajx_module = 'Activities';
+if((!$viewAttachment) && (!$viewAttachment && $action != 'home_rss') && $action != 'Tickerdetail' && $action != $Ajx_module."Ajax" && $action != "chat" && $action != "HeadLines" && $action != 'massdelete' && $action != "DashboardAjax")
{
// Under the SPL you do not have the right to remove this copyright statement.
$copyrightstatement="<style>
More information about the vtigercrm-commits
mailing list