Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

check_order_by_in_table_joins()

Parameters

ColumnTypeDefaultDescription
$order_by

Location

include/search_functions.php lines 3225 to 3233

Definition

 
function check_order_by_in_table_joins($order_by)
    {
    global 
$lang;

    if (
substr($order_by,0,5)=="field" && !in_array(substr($order_by,5),get_resource_table_joins()))
        {
        exit(
$lang['error_invalid_input'] . ":- <pre>order_by : " escape($order_by) . "</pre>");
        }
    }

This article was last updated 5th May 2024 10:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.