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

update_default_dash_tile_order()

Parameters

ColumnTypeDefaultDescription
$tile
$order_by

Location

include/dash_functions.php lines 241 to 244

Definition

 
function update_default_dash_tile_order($tile,$order_by)
    {
    return 
ps_query("UPDATE dash_tile SET default_order_by= ? WHERE ref= ?", ['i'$order_by'i'$tile]);
    }

This article was last updated 11th December 2023 08:05 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.