コード例 #1
0
ファイル: Record.php プロジェクト: Bergdahls/YetiForceCRM
 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
ファイル: Record.php プロジェクト: rcrrich/UpdatePackages
 /**
  * Function to save the current Record Model
  */
 public function save()
 {
     parent::save();
 }
コード例 #3
0
ファイル: Record.php プロジェクト: cannking/vtigercrm-debug
 /**
  * Function to save the current Record Model
  */
 public function save()
 {
     parent::save();
     $this->saveTagCloud();
 }