|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-06 18:55 UTC] cox@php.net
[2001-09-10 22:24 UTC] cox@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 10:00:02 2025 UTC |
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.