Skip to content
Snippets Groups Projects
Commit 1521006f authored by yogeshwar's avatar yogeshwar
Browse files

#Fixes::158482179::yogeshwar::Email description is changing to html content...

#Fixes::158482179::yogeshwar::Email description is changing to html content when we view the email in detail
parent add7743b
No related branches found
No related tags found
1 merge request!1080"#Fixes::158521883::yogeshwar::after checking with the duplicate prevention,time field is reflecting twice"
......@@ -119,11 +119,4 @@ class Vtiger_Time_UIType extends Vtiger_Base_UIType {
return 'uitypes/TimeFieldSearchView.tpl';
}
public function getDBInsertValue($value) {
if(preg_match('/AM|PM/',$value)){
$value=Vtiger_Time_UIType::getTimeValueWithSeconds($value);
}
return $value;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment