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