示例#1
0
 function save()
 {
     //Time should changed to 24hrs format
     $_REQUEST['time_start'] = Vtiger_Time_UIType::getTimeValueWithSeconds($_REQUEST['time_start']);
     $_REQUEST['time_end'] = Vtiger_Time_UIType::getTimeValueWithSeconds($_REQUEST['time_end']);
     parent::save();
 }
示例#2
0
 /**
  * Function to save the current Record Model
  */
 public function save()
 {
     parent::save();
 }
示例#3
0
 /**
  * Function to save the current Record Model
  */
 public function save()
 {
     parent::save();
     $this->saveTagCloud();
 }