Hi Carl, On Wednesday 27 October 2004 04:05, Carl Davis wrote: > I have searched through the archives and cannot find anything > specific to this. I have setup DateChecksum but would like the > ticket to read monthdayyearid instead of yearmonthdayid. Is this > possible without being a seasoned programmer?
Very easy: Just change line 96 from DateChecksum.pm my $Tn = $Year.$Month.$Day.$SystemID.$Count; to my $Tn = $Month.$Day.$Year.$SystemID.$Count; but I doubt it will do the sorted views any good ;-) Stefan -- Stefan Schmidt Email: [EMAIL PROTECTED] _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting f�r Ihr OTRS System? => http://www.otrs.de/
