| ' . (isset($row["Rows"]) ? ' | ' . htmlspecialchars($row["Name"]) . " | $row[Engine] | " . (strlen(trim($row["Comment"])) ? htmlspecialchars($row["Comment"]) : " ") . " | $row[Collation]" : ' | ' . htmlspecialchars($row["Name"]) . ' | ' . lang('View') . '');
- foreach ((isset($row["Rows"]) ? array("Data_length" => "create", "Index_length" => "indexes", "Data_free" => "edit", "Auto_increment" => "create", "Rows" => "select") : array()) as $key => $link) {
- $val = number_format($row[$key], 0, '.', lang(','));
- echo ' | ' . (strlen($row[$key]) ? '' . ($key == "Rows" && $row["Engine"] == "InnoDB" && $val ? lang('~ %s', $val) : $val) . '' : ' ');
+ echo ' |
|---|