Now some potential tab missing problem is solved. It causes some

problems with loooong tabs but Martin is solving it just now (long
images).
This commit is contained in:
stronk7 2005-03-30 17:59:49 +00:00
parent 5550ae839e
commit 50aaf6fed6

View File

@ -1197,6 +1197,10 @@ foreach ($data as $tab) {
$row = array();
}
}
//Add the last row! if it contains anything!
if (!empty($row)) {
$tabrows[] = $row;
}
?>