';
echo '' . script("qs('#check-all').onclick = partial(formCheck, /^(tables|views)\[/);", "");
@@ -161,7 +161,7 @@ if ($adminer->homepage()) {
echo "" . lang('Routines') . "\n";
$routines = routines();
if ($routines) {
- echo "\n";
+ echo "\n";
echo '' . lang('Name') . ' | ' . lang('Type') . ' | ' . lang('Return type') . " | | \n";
foreach ($routines as $row) {
$name = ($row["SPECIFIC_NAME"] == $row["ROUTINE_NAME"] ? "" : "&name=" . urlencode($row["ROUTINE_NAME"])); // not computed on the pages to be able to print the header first
@@ -183,7 +183,7 @@ if ($adminer->homepage()) {
echo "" . lang('Sequences') . "\n";
$sequences = get_vals("SELECT sequence_name FROM information_schema.sequences WHERE sequence_schema = current_schema() ORDER BY sequence_name");
if ($sequences) {
- echo "\n";
+ echo "\n";
echo "" . lang('Name') . " | \n";
foreach ($sequences as $val) {
echo "" . h($val) . "\n";
@@ -197,7 +197,7 @@ if ($adminer->homepage()) {
echo "" . lang('User types') . "\n";
$user_types = types();
if ($user_types) {
- echo "\n";
+ echo "\n";
echo "" . lang('Name') . " | \n";
foreach ($user_types as $val) {
echo "" . h($val) . "\n";
@@ -211,7 +211,7 @@ if ($adminer->homepage()) {
echo "" . lang('Events') . "\n";
$rows = get_rows("SHOW EVENTS");
if ($rows) {
- echo "\n";
+ echo "\n";
echo "" . lang('Name') . " | " . lang('Schedule') . " | " . lang('Start') . " | " . lang('End') . " | | \n";
foreach ($rows as $row) {
echo "";
diff --git a/adminer/dump.inc.php b/adminer/dump.inc.php
index e81f80fd..9e1ca291 100644
--- a/adminer/dump.inc.php
+++ b/adminer/dump.inc.php
@@ -137,7 +137,7 @@ page_header(lang('Export'), $error, ($_GET["export"] != "" ? array("table" => $_
?>
|
---|
|
---|
|