[rt-devel] RT 2.0.5-test1 NOT FOR PRODUCTION USE
Ralph Angenendt
ra at letras.de
Fri Aug 10 08:54:41 EDT 2001
Jesse wrote:
> 2.0.5 marks the largest changes inside RT since well before the 2.0.0
> code slush. The changes have not yet been extensively tested and I
> do not currently recommend this release for production use. Really.
> Seriously. If you're playing around or have testing infrastructure, I
> encourage you to grab this release and play with it and tell me where it
> breaks.
When Creating a ticket or replying to a ticket,
WebRT/data/obj/STANDARD/Elements/MessageBox throws an error.
Here's a fix.
--- MessageBox.orig Fri Aug 10 15:20:24 2001
+++ MessageBox Fri Aug 10 15:19:52 2001
@@ -31,10 +31,10 @@
# and buried in an unmarked grave.
my $dumb="";
my $d=\$dumb;
- if $message {
+ if ($message) {
($d, $Width)=$message->Quote(Reply=>$Default);
}
- $Default=$$d;
+ $Default=$d;
#END todo
}
Ralph
--
__________________________________________________________________________
Ralph Angenendt | "Military justice is to justice what military
http://www.letras.de | music is to music"
ra at letras.de | -- Groucho Marx
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://pallas.eruditorum.org/pipermail/rt-devel/attachments/20010810/ebd9d421/attachment.pgp
More information about the Rt-devel
mailing list