diff options
Diffstat (limited to 'frontends/php/include/html.inc.php')
| -rw-r--r-- | frontends/php/include/html.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index ad4e3f3f..d796f799 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -76,6 +76,7 @@ while(list($num,$element)=each($elements)) { + if(!$element) continue; if(is_array($element)) { echo "<td class=\"".$element["class"]."\">".$element["value"]."</td>"; |
