|
From: Martin S. <mst...@ch...> - 2006-08-11 14:54:02
|
Well I suppose I am upstream.
Unless you have a a bazaar mirror available please create a diff file
and post it to patches on sourceforge.
I'll download from there and apply it.
Regards
Martin Stevens
Lee Mathers wrote:
> The line below is included in many of the reports. When I comment
> this line out the report will run without warnings. If left the
> report still completes but php spits out errors. Should this line be
> included or not? I have patched the reports that included this on my
> local copy. Should I send them upstream?
>
> PRINT "<html><body bgcolor=#ffffff>";
>
> Martin Stevens wrote:
>> Thanks, should be applied tonight
>>
>> Lee Mathers wrote:
>>> This patch clears a warning regarding an invalid header being sent
>>> with multiple lines.
>>>
>>>
>>> /trunk-1.5.8/p86/include/functions.php
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --- functions.php 2006-08-10 10:32:17.000000000 -0400
>>> +++ functions.php~ 2006-08-10 10:32:17.000000000 -0400
>>> @@ -228,7 +228,7 @@
>>> global $IRMName;
>>>
>>> if (Config::Get('sendexpire')) {
>>> - header("Expires: Fri, Jun 12 1981 08:20:00 GMT Pragma:
>>> no-cache\n");
>>> + header("Expires: Fri, Jun 12 1981 08:20:00 GMT\nPragma:
>>> no-cache");
>>> }
>>> PRINT "<!-- IRM is (c) 1999-2004 Yann Ramin, Keith Schoenefeld,
>>> and others -->\n";
>>> PRINT "<!-- Yann Ramin at...@at... -->\n";
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> -------------------------------------------------------------------------
>>>
>>> Using Tomcat but need to do more? Need to support web services,
>>> security?
>>> Get stuff done quickly with pre-integrated technology to make your
>>> job easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>> Geronimo
>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> irm-discuss mailing list
>>> irm...@li...
>>> https://lists.sourceforge.net/lists/listinfo/irm-discuss
>>>
>>
>
>
|