mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-16 06:13:34 +00:00
Fixed missing space
This commit is contained in:
parent
d145be0bd7
commit
edd1d36805
3 changed files with 3 additions and 3 deletions
|
@ -755,7 +755,7 @@ EOQ;
|
|||
* @param string $mod_type name of the module, either "Contact" or "Releases" currently
|
||||
*@return string
|
||||
*/
|
||||
publicfunction addUserName($displayname, $varname, $id_name, $mod_type= null){
|
||||
public function addUserName($displayname, $varname, $id_name, $mod_type= null){
|
||||
global $app_strings;
|
||||
|
||||
if(empty($id_name))
|
||||
|
|
|
@ -62,7 +62,7 @@ class campaign_charts {
|
|||
* @param string $marketing_id
|
||||
* @return string
|
||||
*/
|
||||
publicfunction campaign_response_by_activity_type($datay= array(),$targets=array(),$campaign_id= null, $cache_file_name='a_file', $refresh=false, $marketing_id='') {
|
||||
public function campaign_response_by_activity_type($datay= array(),$targets=array(),$campaign_id= null, $cache_file_name='a_file', $refresh=false, $marketing_id='') {
|
||||
global $app_strings, $mod_strings, $charset, $lang, $barChartColors,$app_list_strings;
|
||||
|
||||
if ($campaign_id) {
|
||||
|
|
|
@ -4098,7 +4098,7 @@ class InboundEmail extends SugarBean
|
|||
* @param array $breadcrumb Default 0, build up of the parts mapping
|
||||
* @param bool $forDisplay Default false
|
||||
*/
|
||||
publicfunction saveAttachments($msgNo, $parts, $emailId, $breadcrumb, $forDisplay= null) {
|
||||
public function saveAttachments($msgNo, $parts, $emailId, $breadcrumb, $forDisplay= null) {
|
||||
global $sugar_config;
|
||||
/*
|
||||
Primary body types for a part of a mail structure (imap_fetchstructure returned object)
|
||||
|
|
Loading…
Reference in a new issue