mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Change $jush to constant
This commit is contained in:
@@ -15,7 +15,7 @@ if ($_GET["script"] == "db") {
|
||||
if ($table_status[$key] != "") {
|
||||
$val = format_number($table_status[$key]);
|
||||
if ($val >= 0) {
|
||||
json_row("$key-$name", ($key == "Rows" && $val && $table_status["Engine"] == ($jush == "pgsql" ? "table" : "InnoDB")
|
||||
json_row("$key-$name", ($key == "Rows" && $val && $table_status["Engine"] == (JUSH == "pgsql" ? "table" : "InnoDB")
|
||||
? "~ $val"
|
||||
: $val
|
||||
));
|
||||
|
Reference in New Issue
Block a user