Skip to content

Commit

Permalink
Save bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Jul 15, 2012
1 parent 7291ae6 commit 56cd77f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions adminer/table.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
echo "(<i>" . implode("</i>, <i>", array_map('h', $foreign_key["target"])) . "</i>)";
echo "<td>" . nbsp($foreign_key["on_delete"]) . "\n";
echo "<td>" . nbsp($foreign_key["on_update"]) . "\n";
if ($jush != "sqlite") {
echo '<td><a href="' . h(ME . 'foreign=' . urlencode($TABLE) . '&name=' . urlencode($name)) . '">' . lang('Alter') . '</a>';
}
echo ($jush == "sqlite" ? "" : '<td><a href="' . h(ME . 'foreign=' . urlencode($TABLE) . '&name=' . urlencode($name)) . '">' . lang('Alter') . '</a>');
}
echo "</table>\n";
}
Expand Down

0 comments on commit 56cd77f

Please sign in to comment.