mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 08:34:20 +02:00
Typo (fixes #2827668)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@910 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -33,7 +33,7 @@ foreach ($fields as $key => $field) {
|
|||||||
|
|
||||||
function apply_sql_function($function, $column) {
|
function apply_sql_function($function, $column) {
|
||||||
return ($function
|
return ($function
|
||||||
? ($function == "distinct" ? "COUNT(DISTINCT " : strtoupper("$function(") . "$column)")
|
? ($function == "distinct" ? "COUNT(DISTINCT " : strtoupper("$function(")) . "$column)"
|
||||||
: $column
|
: $column
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user