[otrs-cvs] otrs/Kernel/GenericInterface/Operation/Ticket TicketUpdate.pm, 1.11, 1.12 TicketCreate.pm, 1.36, 1.37
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/GenericInterface/Operation/Ticket
In directory lancelot:/tmp/cvs-serv26466/Kernel/GenericInterface/Operation/Ticket
Modified Files:
TicketUpdate.pm TicketCreate.pm
Log Message:
Fixed typo in error message.
Author: mg
Index: TicketUpdate.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -2 -u -d -r1.11 -r1.12
--- TicketUpdate.pm 3 Jan 2013 00:32:02 -0000 1.11
+++ TicketUpdate.pm 3 Jan 2013 10:27:08 -0000 1.12
@@ -1150,5 +1150,5 @@
return {
ErrorCode => 'TicketUpdate.InvalidParameter',
- ErrorMessage => "TicketUpdate: Attahcment->ContentType is invalid!",
+ ErrorMessage => "TicketUpdate: Attachment->ContentType is invalid!",
};
}
Author: mg
Index: TicketCreate.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/GenericInterface/Operation/Ticket/TicketCreate.pm,v
retrieving revision 1.36
retrieving revision 1.37
diff -2 -u -d -r1.36 -r1.37
--- TicketCreate.pm 3 Jan 2013 00:32:02 -0000 1.36
+++ TicketCreate.pm 3 Jan 2013 10:27:08 -0000 1.37
@@ -1053,5 +1053,5 @@
return {
ErrorCode => 'TicketCreate.InvalidParameter',
- ErrorMessage => "TicketCreate: Attahcment->ContentType is invalid!",
+ ErrorMessage => "TicketCreate: Attachment->ContentType is invalid!",
};
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log