diff --git a/adminer/select.inc.php b/adminer/select.inc.php index f6c1d316..206e229b 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -199,7 +199,7 @@ if (!$columns) { if ($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); }