[Vtigercrm-commits] [vtiger-commits] r10395 - /vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 8 09:26:05 EST 2007


Author: saraj
Date: Thu Mar  8 07:26:01 2007
New Revision: 10395

Log:
subject changed

Modified:
    vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php

Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/Save.php Thu Mar  8 07:26:01 2007
@@ -125,7 +125,7 @@
 if($isactive == 1)
 {
 	$url = "<a href='".$PORTAL_URL."/index.php?module=Tickets&action=index&ticketid=".$id."&fun=detail'>Ticket Details</a>";
-	$email_body = $subject.'<br><br>'.getPortalInfo_Ticket($focus->id,$_REQUEST['ticket_title'],$contactname,$url,$_REQUEST['mode']);
+	$email_body = $bodysubject.'<br><br>'.getPortalInfo_Ticket($focus->id,$_REQUEST['ticket_title'],$contactname,$url,$_REQUEST['mode']);
 }
 else
 {





More information about the vtigercrm-commits mailing list