[ic] ships in <days> text

Dan Browning interchange-users@interchange.redhat.com
Fri May 31 18:24:00 2002


At 02:33 PM 5/31/2002 -0700, you wrote:
>And whenever I'm doing some changes, sometimes admin/ui errors out.  What 
>is that about?

What a coincidence!  I am getting the exact same error message.  Here is 
some code I found to fix it:

[perl]
my $out;
for (my $i = 1; $i <= 5000; $i++) {
         $out .= "wash, rinse, repeat, ";
}
return $out;
[/perl]

The only weird part is that I'm pretty surprised you were using the Pantene 
Pro V shampoo module as well (another funny coincidence!).


+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Dan Browning, Kavod Technologies <db@kavod.com>
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"You can't have everything.  Where would you put it?"
                 -- Steven Wright

P.S. That is my way of saying, "file a bug report with more useful 
information -- like the error message"