[Vtigercrm-commits] [vtiger-commits] r11111 - /vtigercrm/branches/5.0.3/modules/HelpDesk/HelpDesk.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 29 02:10:16 EDT 2007
Author: richie
Date: Tue May 29 00:10:12 2007
New Revision: 11111
Log:
* Removed the space which is not needed and if space is available then in search we cannot search the criteria begins with
Modified:
vtigercrm/branches/5.0.3/modules/HelpDesk/HelpDesk.php
Modified: vtigercrm/branches/5.0.3/modules/HelpDesk/HelpDesk.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/HelpDesk/HelpDesk.php (original)
+++ vtigercrm/branches/5.0.3/modules/HelpDesk/HelpDesk.php Tue May 29 00:10:12 2007
@@ -563,7 +563,7 @@
if($mode != 'edit')//this will be updated when we create new ticket
{
- $updatelog = " Ticket created. Assigned to ";
+ $updatelog = "Ticket created. Assigned to ";
if($assigned_group_name != '' && $assigntype == 'T')
{
More information about the vtigercrm-commits
mailing list