diff options
Diffstat (limited to 'frontends/php/include/items.inc.php')
| -rw-r--r-- | frontends/php/include/items.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/items.inc.php b/frontends/php/include/items.inc.php index fc07cca6..8a4d9a4d 100644 --- a/frontends/php/include/items.inc.php +++ b/frontends/php/include/items.inc.php @@ -909,7 +909,7 @@ COpt::profiling_start('prepare table'); } } else{ - $header=array(new CCol(S_ITEMS,'center')); + $header=array(new CCol(S_HOSTS,'center')); foreach($items as $descr => $ithosts) { $header=array_merge($header,array(new CImg('vtext.php?text='.$descr))); |
