Delete Last page link from Editor

This commit is contained in:
Jakub Vrana 2013-04-24 21:16:54 -07:00
parent 0eadfc2b3f
commit bcd1e059f5

View file

@ -75,7 +75,6 @@ document.getElementById('username').focus();
if ($set !== null) {
echo '<p class="tabs"><a href="' . h(ME . 'edit=' . urlencode($TABLE) . $set) . '">' . lang('New item') . "</a>\n";
}
echo "<a href='" . h(remove_from_uri("page")) . "&amp;page=last' title='" . lang('Last page') . "'>&gt;&gt;</a>\n";
}
function foreignKeys($table) {