Minor fix - linter return type in comments set to mixed
This commit is contained in:
parent
0d50ea94db
commit
876e3dd191
|
@ -374,7 +374,7 @@ function db_get_value_filter($field, $table, $filter, $where_join='AND', $search
|
||||||
*
|
*
|
||||||
* @param string SQL select statement to execute.
|
* @param string SQL select statement to execute.
|
||||||
*
|
*
|
||||||
* @return the first value of the first row of a table result from query.
|
* @return mixed the first value of the first row of a table result from query.
|
||||||
*/
|
*/
|
||||||
function db_get_value_sql($sql, $dbconnection=false)
|
function db_get_value_sql($sql, $dbconnection=false)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue