diff --git a/select.inc.php b/select.inc.php index ab7afcd0..eac577dd 100644 --- a/select.inc.php +++ b/select.inc.php @@ -238,7 +238,7 @@ for (var i=0; > i; i++) { echo "\n"; } $unique_idf = implode('&', unique_idf($row, $indexes)); - echo '' . (count($select) == count($group) ? ' ' . lang('edit') . '' : ''); + echo '' . (count($select) == count($group) ? ' ' . lang('edit') . '' : ''); foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL";