[Vtigercrm-commits] [vtiger-commits] r11013 - /vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 24 06:38:21 EDT 2007
Author: saraj
Date: Thu May 24 04:38:12 2007
New Revision: 11013
Log:
typo error fixed
Modified:
vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php
Modified: vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php
==============================================================================
--- vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php (original)
+++ vtigercrm/branches/5.0.3/soap/firefoxtoolbar.php Thu May 24 04:38:12 2007
@@ -581,7 +581,7 @@
$ticket->save("HelpDesk");
if($ticket->id != '')
- return "Ticket Created Sucessfully";
+ return "Ticket created successfully";
else
return "Error while creating Ticket.Try again";
}
@@ -677,7 +677,7 @@
$focus->save("Leads");
$adb->println("Create New Lead from Web Form - Ends");
if($focus->id != '')
- return 'Thank you for your interest. Information has been successfully added as Lead.';
+ return "Thank you for your interest. Information has been successfully added as Lead.";
else
return "Lead creation failed. Try again";
}
@@ -747,7 +747,7 @@
$contact->column_fields[description]= $description;
$contact->save("Contacts");
if($contact->id != '')
- return 'Contact added Sucessfully';
+ return 'Contact added successfully';
else
return "Contact creation failed. Try again";
}
More information about the vtigercrm-commits
mailing list