
there is a problem with the default subject line...don't know why it was changed, looked fine to me? -- Regards, Wiktor Wodecki

Hi Wiktor, On Tue, Jan 14, 2003 at 01:16:38PM +0100, Wiktor Wodecki wrote:
there is a problem with the default subject line...don't know why it was changed, looked fine to me?
-- Regards,
Wiktor Wodecki
diff -burN otrs-rc1/Kernel/Config/Defaults.pm otrs/Kernel/Config/Defaults.pm --- otrs-rc1/Kernel/Config/Defaults.pm Sun Jan 12 20:15:04 2003 +++ otrs/Kernel/Config/Defaults.pm Tue Jan 14 12:07:36 2003 @@ -1273,7 +1273,7 @@ $Self->{PhoneDefaultNewArticleType} = 'phone'; $Self->{PhoneDefaultNewSenderType} = 'customer'; # default note subject - $Self->{PhoneDefaultNewSubject} = '$Text{"Phone call at %s", "Time(DateFormatLong)"}'; + $Self->{PhoneDefaultNewSubject} = '$Text{"Phone call at %s", "'.localtime().'"}'; # default note text $Self->{PhoneDefaultNewNoteText} = 'New ticket via call.'; # default next state
No, "Time(DateFormatLong)" is ok. it's used for localized date strings. Unfortunately it's a bug in the en language (but fixed in the CVS - Kernel/Language.pm). Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "Security is a process, not a product." - Bruce Schneier
participants (2)
-
Martin Edenhofer
-
Wiktor Wodecki