diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 92c3bab3..42d6e2ba 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -189,7 +189,7 @@ if (!$columns) { if (strlen($name)) { $order++; $names[$key] = $name; - echo '' . apply_sql_function($val["fun"], $name) . ""; //! columns looking like functions + echo '' . apply_sql_function($val["fun"], $name) . ""; //! columns looking like functions } next($select); }