|
From: Lee M. <Lee...@tc...> - 2006-08-11 12:46:57
|
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
>>
>
--
Lee Mathers
Supervisor Of Information and Technology
Service à l'enfance et à la famille du
Timiskaming Child and Family Services
Office: +1(705)544 KIDS(5437)
Cell: +1(705)642 5709
Fax: +1(705)544 2555
email: lm...@tc...
CONFIDENTIALITY NOTICE: This e-mail and its attachments may contain
PRIVILEGED and CONFIDENTIAL INFORMATION and/or PROTECTED PATIENT HEALTH
INFORMATION intended solely for the use of Service à l'enfance et à la
famille du Timiskaming Child and Family Services. it's clients and the
recipient(s) named above. If you are not the intended recipient, or the
employee or agent responsible for delivering this message to the
intended recipient, you are hereby notified that any review,
dissemination, distribution, printing, or copying of this e-mail
message and/or any attachments is strictly prohibited. If you have
received this transmission in error, please notify the sender
immediately and permanently delete this e-mail [shred the document] and
any attachments.
|