ID: 13155
Updated by: cox
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Analyzed
Bug Type: Unknown/Other Function
Operating System: All I guess
PHP Version: 4.0CVS-2001-09-05
New Comment:

I couldn't reproduce the problem. Could you provide a more complete test script?

Previous Comments:
------------------------------------------------------------------------

[2001-09-05 17:15:32] [EMAIL PROTECTED]

I hope this is the right place for this. Do let me know if it isnt.

Looks like _parseAttributes has a minor warning being generated when 
error_reporting (E_ALL);
is on and
$headerStyle = "bgcolor=blue nowrap";
and then
$table -> addRow($contents=$header_row, $headerStyle, 'TH');

whilst using HTML/Table.php from PEAR.

This diff corrects the problem, but I'm sure the author would produce a better 
solution:

121a122,124
>                     if (! isset ($regs[7][$valCounter])) {
>                         $regs[7][$valCounter] = 0;
>                     }

Rickey.



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13155&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to