[Vtigercrm-commits] [vtiger-commits] r11142 - /vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed May 30 01:45:24 EDT 2007
Author: richie
Date: Tue May 29 23:45:20 2007
New Revision: 11142
Log:
changes made to get value of view from request parameter. --minnie
Modified:
vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php
Modified: vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/addEventUI.php Tue May 29 23:45:20 2007
@@ -21,12 +21,11 @@
require_once ($theme_path."layout_utils.php");
$category = getParentTab();
$userDetails=getOtherUserName($current_user->id,true);
- //echo '<pre>';print_r($userDetails);echo '</pre>';
$to_email = getUserEmailId('id',$current_user->id);
$date_format = parse_calendardate($app_strings['NTC_DATE_FORMAT']);
$taskassignedto = getAssignedTo(9);
$eventassignedto = getAssignedTo(16);
-$mysel= $_GET['view'];
+$mysel= $_REQUEST['view'];
$calendar_arr = Array();
$calendar_arr['IMAGE_PATH'] = $image_path;
if(empty($mysel))
More information about the vtigercrm-commits
mailing list