i++ передвидул выше а то на выборка при нажатии на колонку происходила не правильно
This commit is contained in:
@ -1252,7 +1252,7 @@
|
||||
$col=0;
|
||||
while ($nextnode)
|
||||
{ if ($nextnode->nodeName=='column')
|
||||
{ fwrite($fh, '<td bgcolor="#d1d1d1" width="'.$nextnode->getAttribute("width").'px"><b>'.$nextnode->getAttribute("d")."</b></td>");
|
||||
{ fwrite($fh, '<td style="background-color:#d1d1d1;" width="'.$nextnode->getAttribute("width").'px"><b>'.$nextnode->getAttribute("d")."</b></td>");
|
||||
}
|
||||
$nextnode = $nextnode->nextSibling;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user