[Vtigercrm-commits] [vtiger-commits] r10521 - /vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 29 06:09:48 EDT 2007
Author: richie
Date: Thu Mar 29 04:09:43 2007
New Revision: 10521
Log:
Fixes #3468
Modified:
vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/CommonUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/CommonUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/CommonUtils.php Thu Mar 29 04:09:43 2007
@@ -2059,7 +2059,7 @@
$description .= $app_strings['MSG_THE'].' '.$mod_name.' '.$app_strings['MSG_HAS_BEEN_ASSIGNED_TO_YOU'].'.';
}
$description .= '<br>'.$app_strings['MSG_THE'].' '.$mod_name.' '.$app_strings['MSG_DETAILS_ARE'].':<br><br>';
- $description .= $mod_name.' '.$app_strings['MSG_ID'].' '.$focus->id.'<br>';
+ $description .= $mod_name.' '.$app_strings['MSG_ID'].' '.'<b>'.$focus->id.'</b><br>';
foreach($object_column_fields as $fieldname => $fieldlabel)
{
//Get the translated string
More information about the vtigercrm-commits
mailing list